with (document) {
  writeln('<SCRIPT LANGUAGE="JavaScript" SRC="../../popup.js">');
  writeln('</SCRIPT>');
  writeln('<form name="header" action="http://www.ecosappl.com/ecosway/hk/ProductSearchList_hk.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="../../main.html">主頁</a> | <a href="freedom_hk.html">財務自由</a> | <a href="#" onClick="javascript:registerPopup(\'HK\', \'zh_TW\');return true;">業主注冊</a> | <a href="#" onClick="javascript:renewal_homepage_redirect(\'HK\', \'zh_TW\');return true;">業主續約</a> | <a href="background_hk.html">關于我們</a> | <a href="announce/announce_hk.html">最新資訊</a> | <a href="http://www.ecosreg.com/ecosway/hk/MemberProfileLogin_hk.jsp">網上辦公室</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('<p><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>');
}