function trySubmitForm() {
	var searchForm = document.search;
	var q = '';
	with(searchForm) {
		q = query.value.replace(/^\s+|\s+$/);
		if (q == "") {
			alert('Please enter search keyword');
			//return false;
		} else {
			query.value = q;
			searchForm.submit();	//submit form BY JS
			//return true;
		}
	}
	return false;
}

if (flashPath == null) {
	var flashPath = "";
} 

document.write("<table width=\"760\" border=\"0\" height=\"87\" cellpadding=\"0\" cellspacing=\"0\" background=\""+img_topmenu+"/bkgdtexture.gif\"><form name=\"search\" action=\"http://search.gov.hk/search.html\" method=\"get\" target=\"_blank\" onSubmit=\"if(!trySubmitForm()){return false;}\"><input type=\"hidden\" name=\"tpl_id\" value=\"stdsearch\"><input type=\"hidden\" name=\"ui_lang\" value=\"en\"><input type=\"hidden\" name=\"ui_charset\" value=\"iso-8859-1\"><input type=\"hidden\" name=\"gp0\" value=\"labour_home\"><input type=\"hidden\" name=\"gp1\" value=\"labour_home\"><input type=\"hidden\" name=\"web\" value=\"this\">");
document.write("<tr align=\"left\" valign=\"top\">");
document.write("<td height=\"66\" colspan=\"6\" class=\"sidebar\" background=\""+img_topmenu+"/bkgdtexture.gif\"><a href=\""+root_path+"front.htm\"  target=\"_parent\"><img src=\""+img_topmenu+"/branding.gif\" width=\"484\" height=\"65\" border=0 alt=\"Labour Department\"></a></td>");
document.write("<td height=\"66\" background=\""+img_topmenu+"/bkgdtexture.gif\" colspan=\"4\" align=right><a href=\"http://www.brandhk.gov.hk/brandhk/eindex.htm\" target=\"_blank\"><img name=\"BrandHK\" src=\""+img_topmenu+"/BrandHK.gif\" height=\"65\" border=\"0\" alt=\"Brand Hong Kong\"></a></td></tr><tr align=\"left\" valign=\"top\">");
document.write("<td height=\"19\" width=\"236\" background=\""+img_topmenu+"/bkgdtexture.gif\" valign=bottom><a href=\"http://www.gov.hk/en/residents/\" target=\"_blank\" onMouseOut=\"MM_swapImgRestore()\"  onMouseOver=\"MM_swapImage('mainbar1','','"+img_topmenu+"/mainbar1_f2.gif',1);\"><img name=\"mainbar1\" src=\""+img_topmenu+"/mainbar1.gif\" height=\"20\" border=\"0\" alt=\"GovHK\"></a></td>");
document.write("<td align=\"left\" valign=\"bottom\" height=\"19\" width=\"67\" background=\""+img_topmenu+"/bkgdtexture.gif\"><a href=\"javascript:changeVer('text/eng');\"  onMouseOut=\"MM_swapImgRestore()\"  onMouseOver=\"MM_swapImage('mainbar2','','"+img_topmenu+"/mainbar2_f2.gif',1);\"><img name=\"mainbar2\" src=\""+img_topmenu+"/mainbar2.gif\" width=\"67\" height=\"20\" border=\"0\" alt=\"Text Only\"></a></td>");
document.write("<td align=\"left\" valign=\"bottom\" height=\"19\" width=\"51\" background=\""+img_topmenu+"/bkgdtexture.gif\"><a href=\"javascript:changeVer('tc');\"  onMouseOut=\"MM_swapImgRestore()\"  onMouseOver=\"MM_swapImage('mainbar3','','"+img_topmenu+"/mainbar3_f2.gif',1);\"><img name=\"mainbar3\" src=\""+img_topmenu+"/mainbar3.gif\" width=\"51\" height=\"20\" border=\"0\" alt=\"Traditional Chinese\"></a></td>");
document.write("<td align=\"left\" valign=\"bottom\" height=\"19\" width=\"50\" background=\""+img_topmenu+"/bkgdtexture.gif\"><a href=\"javascript:changeVer('chs');\" onMouseOut=\"MM_swapImgRestore()\"  onMouseOver=\"MM_swapImage('mainbar4','','"+img_topmenu+"/mainbar4_f2.gif',1);\"><img name=\"mainbar4\" src=\""+img_topmenu+"/mainbar4.gif\" width=\"50\" height=\"20\" border=\"0\" alt=\"Simplified Chinese\"></a></td>");
document.write("<td height=\"19\" background=\""+img_topmenu+"/bkgdtexture.gif\" valign=bottom><img name=\"mainbar5\" src=\""+img_topmenu+"/mainbar5.gif\" width=\"131\" height=\"20\" border=\"0\"></td>");
document.write("<td height=\"19\" width=\"54\" background=\""+img_topmenu+"/bkgdtexture.gif\" valign=bottom><a href=\""+search_path+"\" target=\"_top\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('mainbar6','','"+img_topmenu+"/mainbar6_f2.gif',1);\"><img name=\"mainbar6\" src=\""+img_topmenu+"/mainbar6.gif\" width=\"54\" height=\"20\" border=\"0\" alt=\"Search\"></a></td>");
document.write("<td valign=\"bottom\" background=\""+img_topmenu+"/bkgdtexture.gif\" width=\"99\">");
IE = (document.all) ? 1 : 0;
	if (IE) { document.write("<input class=\"search\" type=\"text\" name=\"query\" size=\"13\"><input type=\"submit\" style=\"display:none\">");
	} else {
	document.write("<input class=\"search\" type=\"text\" name=\"query\" size=\"15\"><input type=\"submit\" style=\"display:none\">");
	}
document.write("</td>");
document.write("<td height=\"19\" width=\"22\" background=\""+img_topmenu+"/bkgdtexture.gif\" valign=bottom><input type=\"Image\" src=\""+img_topmenu+"/mainbar8.gif\" value=\"search\" alt=\"search\" border=0></td>");
document.write("<td height=\"19\" width=\"50\" background=\""+img_topmenu+"/bkgdtexture.gif\" valign=bottom><a href=\""+sitemap_path+"\" target=\"_top\" onMouseOut=\"MM_swapImgRestore()\"  onMouseOver=\"MM_swapImage('mainbar9','','"+img_topmenu+"/mainbar9_f2.gif',1);\"><img name=\"mainbar9\" src=\""+img_topmenu+"/mainbar9.gif\" width=\"65\" height=\"20\" border=\"0\" alt=\"Site Map\"></a></td>");
document.write("<td height=\"19\" width=\"36\" background=\""+img_topmenu+"/bkgdtexture.gif\" valign=bottom><a href=\""+enquiry_path+"\" target=\"_top\" onMouseOut=\"MM_swapImgRestore()\"  onMouseOver=\"MM_swapImage('mainbar10','','"+img_topmenu+"/mainbar10_f2.gif',1);\"><img name=\"mainbar10\" src=\""+img_topmenu+"/mainbar10.gif\" width=\"36\" height=\"20\" border=\"0\" alt=\"Ccontac Us\"></a></td>");
document.write("</tr><tr align=\"left\" valign=\"top\" bgcolor=\"#CC3333\"><td height=\"2\" colspan=\"10\"><img src=\""+img_topmenu+"/reddot.gif\" width=\"760\" height=\"2\"></td></tr></form></table>");
