//reloads the window if Nav4 resized function MM_reloadPage(init) { if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); //»õâ ¿­±â function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //»õâÀÇ close¹öÆ° ½ÇÇà function MM_callJS(jsStr) { //v2.0 return eval(jsStr) } ///////////////////////// tap menu ///////////////////////////////////////// function menu(name, total) { submenu=eval("submenu"+name+".style"); for (i=1; total+1>i; i++){ old =eval("submenu"+i+".style"); old.display='none'; } submenu.display='block'; } //¾ÆÀÌÇÁ·¹ÀÓ function doResize() { container.height = board.document.body.scrollHeight; container.width = board.document.body.scrollWidth; }