<!---
document.write("<form action=\"search.php\" method=\"post\">"); 
document.write("<table border=\"0\">");
document.write("<tr align=\"right\">");
document.write("<td><strong>¿ìÀÖËÑË÷£º</strong></td>");
document.write("<td><input name=\"keywords\" style=\" height:20px; width:80px; \" type=\"text\" >");
document.write(" <select name=\"class\" size=\"1\" >");
document.write("  <option value=\"flower\" selected>ÏÊ»¨</option>");
document.write("  <option value=\"gift\">ÀñÆ·</option>");
document.write("  <option value=\"drawing\">×°ÊÎ»­</option>");
/*
document.write("  <option value=\"»ÆÝº\">»ÆÝº</option>");
document.write("  <option value=\"ÎðÍüÎÒ\">ÎðÍüÎÒ</option>");
*/
document.write("</select></td>");
document.write("<td><input type=submit name=searchit class=boxttx width=\"39\" height=\"20\" value=\"ËÑË÷\" /></td>");
document.write("</tr>");
document.write("</table>");
document.write("</form>");
//-->