document.writeln("<table align='center' width='730'> ");
document.writeln("	<tr>");
document.writeln("            <td height=\"30\" colspan=\"3\"  bgcolor=\"#0076a9\" align=\"center\" class=\"text2\"> ");
document.writeln("             	 输入病毒名称：");
document.writeln("              <input name=\"name\" type=\"text\" id=\"name\" size=\"24\">");
document.writeln("              <label>显示方式");
document.writeln("                    <select name=\"type\" size=\"1\">");
document.writeln("                      <option value=\"0\">中文<\/option>");
document.writeln("                      <option value=\"1\">英文<\/option>");
document.writeln("                      <option value=\"2\">中英文<\/option>");
document.writeln("						");
document.writeln("                    <\/select>");
document.writeln("               <\/label>");
document.writeln("                <input name=\"submit\" type=\"submit\" value=\" 搜 索 \">");
document.writeln("              <\/td>");
document.writeln("         <\/tr>");
document.writeln("<\/table>");