// JavaScript Document
function okh(){
 if(infoActionFormh.ckeyword.value==null||infoActionFormh.ckeyword.value==""){
       alert("The key word can't be empty");
       return ;
   }else{
         if(infoActionFormh.carticletitle.value==null||infoActionFormh.carticletitle.value==""){
           alert("Please choose the type");
           return ;
        }
   }
infoActionFormh.submit();
}
document.writeln("<table width=\"203\"  border=\"0\" align=\"center\"  cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("  <tr> ");
document.writeln("    <td width=\"203\"><img src=\"\/images\/top5.jpg\" width=\"209\" height=\"58\"><\/td>");
document.writeln("  <\/tr>");
document.writeln("  ");
document.writeln("<\/table>");
document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td><table width=\"99%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"999999\">");
document.writeln("      <tr>");
document.writeln("        <td bgcolor=\"F5F5F5\" class=\"boxbgd\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"4\">");
document.writeln("            <form name=\"infoActionFormh\" method=\"post\"  action=\"\/searchservlet.go\">");
document.writeln("              <tr>");
document.writeln("                <td width=\"100%\" height=\"28\" background=\"\/images\/bg4.jpg\" class=\"td4\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.writeln("                  <input name=\"ckeyword\" type=\"text\" class=\"formtext\" style=\"width:110\"><\/td>");
document.writeln("              <\/tr>");
document.writeln("              <tr>");
document.writeln("                <td height=\"28\" background=\"\/images\/bg4.jpg\" class=\"td4\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.writeln("                  <select name=\"carticletitle\" style=\"width:110\">");
document.writeln("                      <option >-key-<\/option>");
document.writeln("                      <option value=\"1\">-subject-<\/option>");
document.writeln("                      <option value=\"2\">-content-<\/option>");
document.writeln("                  <\/select><\/td>");
document.writeln("              <\/tr>");
document.writeln("              <tr>");
document.writeln("                <td align=\"center\" background=\"\/images\/left1.jpg\">&nbsp;&nbsp;&nbsp;<a href=\"javascript:okh();\"><img src=\"\/images\/anniu1.jpg\" border=\"0\"><\/a> &nbsp;&nbsp;");
document.writeln("                    <input name=\"image\" type=image onClick=\"javascript:document.infoActionFormh.reset();return false\" src=\"\/images\/anniu2.jpg\"><\/td>");
document.writeln("              <\/tr>");
document.writeln("            <\/form>");
document.writeln("        <\/table><\/td>");
document.writeln("      <\/tr>");
document.writeln("    <\/table><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");
document.writeln("")