function checkform(theform){
	if(!CheckEmpty(theform.txtName, "ΠΥΓϋ")) return false;
	if(!CheckEmpty(theform.txtMsg, "ΑτΡΤ")) return false;
}
