function CheckSchForm(v)
{
	if(v.KeyWords.value=="")
	{
		alert("ΗλΚδΘλΛΡΛχΉΨΌόΧΦ!");
		v.KeyWords.focus();
		return false;
	}

}
