// JavaScript Document function goMenu(num){ var url = "/html/"; if(num==01){location.href=url+"main.asp";} else if(num==10){location.href=url+"sub1_01.asp";} else if(num==11){location.href=url+"sub1_01.asp";} else if(num==12){location.href=url+"sub1_02.asp";} else if(num==13){location.href=url+"sub1_03.asp";} else if(num==14){location.href=url+"sub1_04.asp";} else if(num==15){location.href=url+"sub1_05.asp";} else if(num==20){location.href=url+"sub2_01.asp";} else if(num==21){location.href=url+"sub2_01.asp";} else if(num==22){location.href=url+"sub2_02.asp";} else if(num==30){location.href=url+"sub3_01_08.asp";} else if(num==31){location.href=url+"sub3_01_08.asp";} else if(num==311){location.href=url+"sub3_01_01.asp";} else if(num==312){location.href=url+"sub3_01_02.asp";} else if(num==313){location.href=url+"sub3_01_03.asp";} else if(num==314){location.href=url+"sub3_01_04.asp";} else if(num==315){location.href=url+"sub3_01_05.asp";} else if(num==316){location.href=url+"sub3_01_06.asp";} else if(num==317){location.href=url+"sub3_01_07.asp";} else if(num==318){location.href=url+"sub3_01_08.asp";} else if(num==32){location.href=url+"sub3_02_01.asp";} else if(num==321){location.href=url+"sub3_02_01.asp";} else if(num==322){location.href=url+"sub3_02_02.asp";} else if(num==323){location.href=url+"sub3_02_03.asp";} else if(num==324){location.href=url+"sub3_02_04.asp";} else if(num==33){location.href=url+"sub3_03_01.asp";} else if(num==331){location.href=url+"sub3_03_01.asp";} else if(num==332){location.href=url+"sub3_03_02.asp";} else if(num==333){location.href=url+"sub3_03_03.asp";} else if(num==334){location.href=url+"sub3_03_04.asp";} else if(num==335){location.href=url+"sub3_03_05.asp";} else if(num==336){location.href=url+"sub3_03_06.asp";} else if(num==337){location.href=url+"sub3_03_07.asp";} else if(num==338){location.href=url+"sub3_03_08.asp";} else if(num==339){location.href=url+"sub3_03_09.asp";} else if(num==3310){location.href=url+"sub3_03_10.asp";} else if(num==3311){location.href=url+"sub3_03_11.asp";} else if(num==3312){location.href=url+"sub3_03_12.asp";} else if(num==40){location.href=url+"sub4_01.asp";} else if(num==41){location.href=url+"sub4_01.asp";} else if(num==50){location.href=url+"sub5_01.asp?board_idx=1";} else if(num==51){location.href=url+"sub5_01.asp?board_idx=1";} else if(num==52){location.href=url+"sub5_02.asp?board_idx=2";} else if(num==53){location.href=url+"sub5_03.asp?board_idx=5&board_mode=edit";} else if(num==54){location.href=url+"sub5_04.asp?board_idx=3";} } //탭메뉴 function ChangeLayer(str) { var table_num = "3";//div 갯수지정 for(i=1; i<=table_num; i++){ str1 = eval("document.all.table_" + i ); if(i == str){ str1.style.display = "block"; //ChangeIMG(i, div_num) }else{ str1.style.display = "none"; } } } function write_swf(src,w,h) { html = ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += '<\/embed>'; html += '<\/object>'; document.write(html); } function write_embed(src,w,h,autostart,loop) { html = ''; html += ''; html += '<\/embed>'; document.write(html); } function info(num) { if(num==1){window.open('/html/pop_01.html','','width=1351, height=700, left=0, top=0, scrollbars=yes');} else if(num==2){window.open('/html/pop_02.html','','width=1351, height=387, left=0, top=0');} } function pro_info(){ window.open('/html/pop/pro_info.html','','width=720, height=700, left=0, top=0, scrollbars=yes'); } function pro_info1(){ window.open('/html/pop_03.html','','width=1000, height=700, left=0, top=0, scrollbars=yes'); }