function searchproa()
{
 if(document.getElementById("txtSearcha").value=="")
   {
     alert("ΗλΚδΘλΛΡΛχΉΨΌόΧΦ");
     return;
   }
   location.href="/shop/search.asp?Field=ProductName&keyword="+document.getElementById("txtSearcha").value;
}


function searchpro()
{
 if(document.getElementById("txtSearch").value=="")
   {
     alert("ΗλΚδΘλΛΡΛχΉΨΌόΧΦ");
     return;
   }
   location.href="/shop/search.asp?Field=ProductName&keyword="+document.getElementById("txtSearch").value;
}