function form_search(){
	document.write('<form action="http://search.gov.hk/search.html" method="get">'+
	'<INPUT type="hidden" name="a_submit" value="false">'+
		'<INPUT TYPE="hidden" NAME="tpl_id" VALUE="cdeto">'+
		'<INPUT TYPE="hidden" NAME="ui_lang" VALUE="zh-hk">'+
		'<INPUT TYPE="hidden" NAME="ui_charset" VALUE="big5">'+
		'<INPUT TYPE="hidden" NAME="txtonly" VALUE="">'+
		'<INPUT TYPE="hidden" NAME="web" VALUE="this">'+
		'<INPUT TYPE="hidden" NAME="exact_q" VALUE="">'+
		'<INPUT TYPE="hidden" NAME="any_q" VALUE="">'+
		'<INPUT TYPE="hidden" NAME="gp0" VALUE="cdeto_home">'+
		'<INPUT TYPE="hidden" NAME="gp1" VALUE="cdeto_home">'+
                '搜索 '+
                '<input name="query" type="text" class="searchInput" />'+
                '<input type="image" name="submit" src="/images/inc_search.gif" />| <a href="/doct/sitemap.html">網站指南</a> |&nbsp; <a href="/doct/contact.html"><img src="/images/inc_email.gif" align="middle" /></a>'+
              '</form>');
}
