// ¸ÞÀÎ function main() { self.location.href = "/main.html"; } function mail() { self.location.href = "mailto:marathon@jnilbo.com"; } //ÀÎÆ®¶ó³Ý function tour() { window.open('http://www.boseong.go.kr/ko/culture/','tour'); } //ûµµ°ü±¤¾È³» function tour1() { window.open('http://tour.cheongdo.go.kr/','tour1'); } function marathon1() { self.location.href = '/marathon/?menu=marathon_1'; } function marathon2() { self.location.href = '/marathon/?menu=marathon_2'; } function marathon3() { self.location.href = '/marathon/?menu=marathon_3'; } function marathon4() { self.location.href = '/marathon/?menu=marathon_4'; } function application1() { self.location.href = '/application/?menu=application_1'; } function application2() { self.location.href = '/application/?menu=application_2'; } function confirmation1() { self.location.href = '/confirmation/?menu=confirmation_1'; } function confirmation2() { self.location.href = '/confirmation/?menu=confirmation_2'; } function record1() { self.location.href = '/record/?menu=record_1'; } function community1() { self.location.href = '/bbs/board.php?bo_table=notice'; } function community2() { self.location.href = '/bbs/board.php?bo_table=free'; } function community3() { self.location.href = '/bbs/board.php?bo_table=photo'; } function sitemap1() { self.location.href = '/sitemap/?menu=sitemap_1'; } function view() { var window_left = (screen.width-800)/2; var window_top = (screen.height-700)/2; ref = "/course.html"; window.open(ref,"printwin",'width=800,height=700,status=no,top=' + window_top + ',left=' + window_left + ''); }