function Check()
{
var stop_must;
var valid_must;
var str_final="";
stop_must = 0;
valid_must = 0;
var str = "";
if (document.frmContact.depatment.value == "-1"){ stop_must = 1; }
if (document.frmContact.msg.value == ""){ stop_must = 1; }
if (document.frmContact.full_name.value == ""){ stop_must = 1; }
if (document.frmContact.phone.value == ""){ stop_must = 1; }
if (document.frmContact.email.value == ""){ stop_must = 1; }
if (document.frmContact.validator.value == ""){ stop_must = 1; }
if(stop_must==1) {
document.getElementById('Error_div').innerHTML = "אנא הכנס/י את כל השדות
";
return false;
}
return true;
//document.reg_from.submit () ;
} //function