function chk()
{
if (document.form1.seek.value==""&&document.form1.fenlei.value=="")
{
alert("请您输入关键字进行查询!");
return false;
}
}
