// JavaScript Document
document.writeln("<style type=\"text\/css\">");
document.writeln("<!--");
document.writeln(".searchform{");
document.writeln("margin:0px");
document.writeln("}");
document.writeln(".searchinput{");
document.writeln("	border:1 solid black;height:18; margin:0px");
document.writeln("}");
document.writeln(".searchsubmit{");
document.writeln("border:1 solid black;background-color:eeeeee;height:18; margin:0px");
document.writeln("}");
document.writeln("-->");
document.writeln("<\/style><table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("<tr>");
document.writeln("<form  accept-charset=\"UTF-8\" action=\"#\" method=\"post\" >");
document.writeln("<td width=\"66%\"><p><b>Use keywords to find the product:<\/b>");
document.writeln("<A href=\"javascript:popup(\'searchtips.html\',\'search\',\'toolbars=no,resizable=yes,scrollbars=yes,left=50,top=50,width=435,height=320\')\"><u>Search Tips<\/u><\/a>       ");
document.writeln("<input name=\"searchname\" type=\"text\" size=\"16\"  class=\"searchinput\">");
document.writeln("<input  type=\"submit\" value=\"Search\" name=\"submit2\" class=\"searchsubmit\"\/><\/p>");
document.writeln("<\/td>");
document.writeln("<\/form>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
