// ¸ÞÀÎ function main() { self.location.href = "/main.html"; } function mail() { self.location.href = "mailto:marathon@jnilbo.com"; } function tour() { window.open('http://tour.es21.go.kr/','_blank'); } 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 marathon5() { 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 = '/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=gallery'; } function community4() { self.location.href = '/bbs/board.php?bo_table=hongbo'; } function sangpum1() { self.location.href = '/sangpum/?menu=sangpum_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 + ''); }