document.writeln("");
document.writeln("  ");
document.writeln("<table border=\"0\"  width=\"770\">");
document.writeln("  <form method=\"get\" id=\"searchform\" action=\"\/Search_Soft.asp\">");
document.writeln("    <tr> ");
document.writeln("      <td nowrap valign=\"top\" align=\"left\"> ");
document.writeln("        ");
document.writeln("      <\/td>");
document.writeln("      <td nowrap> ");
document.writeln("         <select name=\"selby\" id=\"selby\">");
document.writeln("                             <option value=\"1\">搜索软件名称<\/option>");
document.writeln("                             <option value=\"2\">搜索软件简介<\/option>");
document.writeln("                             <option value=\"0\">两者都搜索<\/option>");
document.writeln("                            <\/select>");
document.writeln("                             ");
document.writeln("							<input type=\"text\" name=\"keyword\" value=\"请输入您所需要搜索的关键字...\" id=\"keyword\" onfocus=\"if(this.value==this.defaultValue){this.value=\'\';}else{this.select();}\" onblur=\"if(this.value==\'\')this.value=this.defaultValue\" \/>");
document.writeln("                            ");
document.writeln("                            <input name=\"action\" type=\"hidden\" value=\"soft\">");
document.writeln("					");
document.writeln("					");
document.writeln("							<input name=\"提交\" type=\"submit\" id=\"searchSubmit\" value=\"\" >");
document.writeln("		<\/td>");
document.writeln("    <\/tr>");
document.writeln("	<\/form>");
document.writeln("  <\/table>");
document.writeln("")