function chk() {
  if(document.form1.searchword.value=="")
	{
        alert("ΗλΚδΘλ²ιΡ―ΔΪΘέ!");
		return false;
	}
	return true;
}
