function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
cont=
'<table width="1000" border="0" cellspacing="0" cellpadding="0">'+
'    <tr>'+
'      <td><img src="../images/page_haut.jpg" width="1000" height="162" border="0" usemap="#Map"></td>'+
'    </tr>'+
'    <tr>'+
'      <td> <table width="100%" border="0" cellspacing="0" cellpadding="0">'+
'          <tr> '+
//'            <td><form name="menuform" method="post">'+
'            <td>'+
'		<select name="menu1" onChange="MM_jumpMenu(\'parent\',this,0)">'+
'		<option selected>相關連結</option>'+
'		<option value="http://tb.chinatimes.com/forum3.asp?ArticleID=195" target="_blank">2006金馬獎主題討論區</option>'+
'                <option value="http://poll.chinatimes.com/ShowbizVote/index.htm" target="_blank">中時娛樂網金馬投票區</option>'+
'                <option value="http://www.goldenhorse.org.tw/gh_main/news-c-1.aspx" target="_blank">2006金馬影展官方網站</option>'+
'                <option value="http://blog.sina.com.tw/goldenhorse/" target="_blank">金馬國際影展部落格</option>'+
'                <option value="http://www.streetvoice.com.tw/svactvs/digitalshorts/" target="_blank">第七屆金馬國際數位短片競賽部落格</option>'+
'                <option>-----------------------------------------</option>'+
'                <option>歷屆回顧</option>'+
'                <option>-----------------------------------------</option>'+
'                <option value="http://forums.chinatimes.com/showbiz/2005ghorse/index.htm" target="_blank">2005</option>'+
'                <option value="http://forums.chinatimes.com/showbiz/ghorse2004/index.htm" target="_blank">2004</option>'+
'                <option value="http://forums.chinatimes.com.tw/showbiz/ghorse2003/main.htm" target="_blank">2003</option>'+
'                <option value="http://forums.chinatimes.com.tw/showbiz/ghorse2002/index.htm" target="_blank">2002</option>'+
'                <option value="http://forums.chinatimes.com.tw/report/ghorse/index.htm" target="_blank">2001</option>'+
'                <option value="http://forums.chinatimes.com/showbiz/37GoldenHorse/" target="_blank">2000</option>'+
//'              </select></form></td>'+
'              </select></td>'+
'            <td width="91"><a href="../news.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Image2\',\'\',\'../images/page_haut_m01c.gif\',1)"><img src="../images/page_haut_m01.gif" name="Image2" width="91" height="24" border="0"></a></td>'+
'            <td width="126"><a href="../list.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Image3\',\'\',\'../images/page_haut_m02c.gif\',1)"><img src="../images/page_haut_m02.gif" name="Image3" width="126" height="24" border="0"></a></td>'+
'            <td width="79"><a href="http://forums.chinatimes.com/showbiz/Photo2006/Record/R00119TWK/menu.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Image4\',\'\',\'../images/page_haut_m03c.gif\',1)"><img src="../images/page_haut_m03.gif" name="Image4" width="79" height="24" border="0"></a></td>'+
'            <td width="82"><a href="http://forums.chinatimes.com/showbiz/Photo2006/Record/R00120VYZ/menu.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Image5\',\'\',\'../images/page_haut_m04c.gif\',1)"><img src="../images/page_haut_m04.gif" name="Image5" width="82" height="24" border="0"></a></td>'+
'          </tr>'+
'        </table>'+
'      </td>'+
'    </tr>'+
'  </table>'

document.write(cont);