function chkfrmsearch(frm)
{
if(!frm.keyword.value)
{
alert("ÇëÌîÐ´ËÑË÷¹Ø¼ü×Ö");
frm.keyword.focus();
return false;
}
return true;
}