// ¸ÞÀÎ function main() { self.location.href = "/main.html"; } function mail() { self.location.href = "mailto:marathon@jnilbo.com"; } //ÀÎÆ®¶ó³Ý function tour() { window.open('http://www.gwangju.go.kr/htm/tour/index.jsp','tour'); } //ûµµ°ü±¤¾È³» function tour1() { window.open('http://www.gwangju.go.kr/htm/tour/lodging_guide.jsp','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_4'; } function marathon4() { self.location.href = '/marathon/?menu=marathon_5'; } function course1() { self.location.href = '/course/?menu=course_1'; } function application1() { self.location.href = '/application/?menu=application_1'; } function application2() { self.location.href = '/application/?menu=application_2'; } function application3() { self.location.href = '/application/?menu=application_4'; } function application4() { self.location.href = '/application/?menu=application_5'; } function record1() { self.location.href = '/bbs/board.php?bo_table=photo'; } function record2() { self.location.href = '/bbs/board.php?bo_table=photo2'; } function record3() { self.location.href = '/bbs/board.php?bo_table=photo3'; } function community1() { self.location.href = '/bbs/board.php?bo_table=notice'; } function community2() { self.location.href = '/bbs/board.php?bo_table=news'; } function community3() { self.location.href = '/bbs/board.php?bo_table=free'; } function community4() { self.location.href = '/bbs/board.php?bo_table=gallery'; } 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 + ''); }