// value°ªÀ» cover·Î ÇÏ¸é »õÃ¢¿­¸²
// value°ªÀ» ready·Î ÇÏ¸é "ÁØºñÁßÀÔ´Ï´Ù."

function openCover() {
        window.open("µµ¸ÞÀÎÁÖ¼Ò","cover");
    }

function vPage( vl ) {
        if(vl != "") {
            if(vl == "cover") {
                openCover();
            } else if (vl == "ready")  {
                alert("ÁØºñÁßÀÔ´Ï´Ù.");
            } else {
                window.location.href = vl;
            }
        }
    }
    
    
document.write("\
<table border='0' cellpadding='0' cellspacing='0' width='160'>\
   <tr height='5'><td></td></tr>\
   <tr height='30'>\
     <td><img src='/index/images/search_t.gif' width='160' height='30' border='0'></td>\
   </tr>\
   <form name='form'>\
   <tr>\
     <td width='162' height='30' bgcolor='#cccccc' colspan='3' align='center' valign='bottom' style='padding-bottom:5px;'>\
       <select name='select' style='BACKGROUND-COLOR:#ffffff;' onChange='vPage(this.value);'>\
       <option selected>:: Products Menu ::</option>\
       <option>----------------</option>\
       <option value='http://daewha.co.kr/tt/board/ttboard.cgi?act=read&db=product_info&page=1&idx=1'>+ DMC-3/5</option>\
       <option value='http://daewha.co.kr/tt/board/ttboard.cgi?act=read&db=product_info&page=1&idx=2'>+ DMC-5FX</option>\
       <option value='http://daewha.co.kr/tt/board/ttboard.cgi?act=read&db=product_info&page=1&idx=3'>+ DMC-10</option>\
       <option value='http://daewha.co.kr/tt/board/ttboard.cgi?act=read&db=product_info&page=1&idx=4'>+ DMC-20/30</option>\
       <option value='http://daewha.co.kr/tt/board/ttboard.cgi?act=read&db=product_info&page=1&idx=5'>+ DMC-20HS</option>\
       <option value='http://daewha.co.kr/tt/board/ttboard.cgi?act=read&db=product_info&page=1&idx=6'>+ DMC-20DC</option>\
       <option value='http://daewha.co.kr/tt/board/ttboard.cgi?act=read&db=product_info&page=1&idx=7'>+ DMC-40/60</option>\
       <option value='http://daewha.co.kr/tt/board/ttboard.cgi?act=read&db=product_info&page=1&idx=8'>+ DMC-100</option>\
       <option value='http://daewha.co.kr/tt/board/ttboard.cgi?act=read&db=product_info&page=1&idx=9'>+ DMC-200</option>\
       <option value='http://daewha.co.kr/tt/board/ttboard.cgi?act=read&db=product_info&page=1&idx=11'>+ DMC-250</option>\
       <option value='http://daewha.co.kr/tt/board/ttboard.cgi?act=read&db=product_info&page=1&idx=10'>+ DHC-SYSTEM</option>\
	   <option value='http://daewha.co.kr/tt/board/ttboard.cgi?act=read&db=product_info&page=1&idx=12'>+ DMS-SYSTEM</option>\
       <option value='http://www.daewha.co.kr/korea/index_6/index_1.php'>+ ÀÀ¿ë»ý»êÇ°</option>\
       <option>----------------</option>\
       </select>\
     </td>\
   </tr>\
   </form>\
   <tr height='10'><td></td></tr>\
   <tr>\
		<td	width='100%' height='40' align='center'><img src='/korea/index_3/images/menu_t.gif' width='162' height='40' border='0' title='Company info'></td>\
	</tr>\
	<tr>\
		<td	height='24' align='center'><a href='/tt/board/ttboard.cgi?db=03_dictionary' onmouseout='MM_swapImgRestore()' onmouseover=\"MM_swapImage('Image1','','/korea/index_3/images/menu_ov_01.gif',1)\"><img src='/korea/index_3/images/menu_01.gif' name='Image1' width='162' height='30' border='0'></a></td>\
	</tr>\
	<tr>\
		<td	height='24' align='center'><a href='/tt/board/ttboard.cgi?db=03_pim_dictionary&sortby=title&order=asc' onmouseout='MM_swapImgRestore()' onmouseover=\"MM_swapImage('Image2','','/korea/index_3/images/menu_ov_02.gif',1)\"><img src='/korea/index_3/images/menu_02.gif' name='Image2' width='162' height='30' border='0'></a></td>\
	</tr>\
	<tr>\
		<td	height='24' align='center'><a href='/korea/index_3/index_3.php' onmouseout='MM_swapImgRestore()' onmouseover=\"MM_swapImage('Image3','','/korea/index_3/images/menu_ov_03.gif',1)\"><img src='/korea/index_3/images/menu_03.gif' name='Image3' width='162' height='30' border='0'></a></td>\
	</tr>\
		<tr>\
		<td	height='24' align='center'><a href='/korea/index_3/index_4.php' onmouseout='MM_swapImgRestore()' onmouseover=\"MM_swapImage('Image11','','/korea/index_3/images/menu_ov_11.gif',1)\"><img src='/korea/index_3/images/menu_11.gif' name='Image11' width='162' height='30' border='0'></a></td>\
	</tr>\
	<tr>\
		<td	height='24' align='center'><a href='/tt/board/ttboard.cgi?db=04_movie' onmouseout='MM_swapImgRestore()' onmouseover=\"MM_swapImage('Image4','','/korea/index_4/images/menu_ov_03.gif',1)\"><img src='/korea/index_4/images/menu_03.gif' name='Image4' width='162' height='30' border='0'></a></td>\
	</tr>\
	<tr>\
		<td	width='100%' height='23' align='center'><img src='/korea/index_3/images/menu_b.gif' width='162' height='23' border='0'></td>\
	</tr>\
  <tr height='20'><td></td></tr>\
</table>\
");
