document.write ("<form name=\"form1\" method=\"post\" action=\"../search.php\">");
document.write ("<table width=\"100%\" border=\"0\" cellspacing=\"5\" cellpadding=\"0\">");
document.write ("<tr>");
document.write ("<td align=\"center\">");
document.write ("<input name=\"keyword\" type=\"text\" size=\"23\">");
document.write ("</td>");
document.write ("</tr>");
document.write ("<tr>");
document.write ("<td align=\"right\"><input type=\"image\" src=\"searchbutton.gif\" width=\"59\" height=\"16\"></td>");
document.write ("</tr>");
document.write ("</table>");
document.write ("</form>");