// JavaScript Document

function ckmsfrm()
{
 if (document.msfrm.sender_name.value=="")
 {
  alert("ΗλΜξΠ΄ΠΥΓϋ£‘");
  document.msfrm.sender_name.focus();
  return false;
 }

 if (document.msfrm.title.value=="")
 {
  alert("ΗλΜξΠ΄±κΜβ£‘");
  document.msfrm.title.focus();
  return false;
 }
 if (document.msfrm.sender_content.value=="")
 {
  alert("ΗλΜξΠ΄ΔΪΘέ£‘");
  document.msfrm.sender_content.focus();
  return false;
 }
}
