with (document) {
  writeln('<SCRIPT LANGUAGE="JavaScript" SRC="../../../popup.js">');
  writeln('</SCRIPT>');
  writeln('<SCRIPT LANGUAGE="JavaScript" SRC="popup2.js">');
  writeln('</SCRIPT>');
  writeln('<form name="header" action="http://www.ecosway.cc/ecosway/tw/ProductSearchList_tw.jsp?common_locale=zh_TW&searchFromStaticPage=Y">');
  writeln('<table width="100%"  border="0" cellspacing="0" cellpadding="0">');
    writeln('<tr>');
      writeln('<td width="180"><img src="../../../images/ecosway_logo.jpg" width="180" height="68"></td>');
	  writeln('<td align="right" valign="middle"><p><a href="http://www.ecos.cc/main.html">主頁</a> | <a href="#" onClick="javascript:purchasePopup2(\'TW\', \'zh_TW\');return true;">購物廣場</a> | <a href="../shopping_guides_hk.html">購物指南</a> | <a href="../background_hk.html">關於我們</a> | <a href="announce_hk.html">最新資訊</a> | <a href="../../../china/tw_cn/RPauction.html" target="_blank">RP 豪華競標</a> | <a href="https://www.ecosappl.com/ecosway/hk/MemberProfileLogin_hk.jsp?secureSite=Y">我的 eCosway</a></p>');
	  writeln('<p>搜索');
      writeln('<select name="searchProductType">');
        writeln('<option value="1" selected>產品編號</option>');
        writeln('<option value="2">產品名稱</option>');
      writeln('</select>&nbsp;');
      writeln('<input name="searchStr" type="text" size="25" align="absmiddle">&nbsp; <a href="javascript:submitSearchProductForm()"><img src="../../../images/manifying_glass.gif" width="21" height="21" border="0" align="absmiddle"></a> &nbsp; ');
      writeln('<select name="lang" onChange="change_lang(this.value)">');
	    writeln('<option value="cn">簡體中文</option>');
	    writeln('<option selected value="tw">繁體中文</option>');
		writeln('<option value="en">ENGLISH</option>');
      writeln('</select></p>');
	  writeln('</td>');
    writeln('</tr>');
  writeln('</table>');
  writeln('</form>');
}