<!---
var lang_chs = "";
var lang_cht = "";
var lang_eng="";
var charset = document.charset;

	lang_chs = "<a href='index_ch.asp'><img src=\"img/lang_chs_o.gif\" alt=\"¼òÌåÖÐÎÄ\" width=\"35\"   border=\"0\" height=\"19\" align=\"absmiddle\" /></a>";
	lang_cht = " ";
	lang_eng="<img src=\"img/lang_en.gif\" alt=\"English\" width=\"49\" height=\"19\" border=\"0\" align=\"absmiddle\" />";

document.write("<form action=\"Search_en.asp\" method=\"post\">"); 
document.write("<table border=\"0\" align=\"right\">");
document.write("<tr align=\"right\">");
document.write("<td><strong>SEARCH£º</strong></td>");
document.write("<td><input name=\"hw_name\" style=\" height:23px;\" type=\"text\" onfocus=\"this.select()\" onblur=\"if(this.value==''){this.value='Please Input Keywords'}\" onclick=\"if(this.value=='Please Input Keywords'){this.value=''}\" onmouseover=\"this.focus()\" value=\"Please Input Keywords\" /></td>");
document.write("<td><input type=image src=\"img/top_jiansuo_en.gif\" width=\"39\" height=\"20\" /></td>");
document.write("<td>"+lang_chs+lang_cht+lang_eng+"</td>");
document.write("</tr>");
document.write("</table>");
document.write("</form>");
//-->