//'ششششششششششיוסי כהןشششششششششش

function validate(){
	if (isEmail(document.form1.email.value)){
		document.getElementById("email").style.backgroundColor="#ffffff";
		document.form1.submit1.disabled = true;
		return true;
	}else{
		document.getElementById("email").style.backgroundColor="yellow";
		//document.location.href="#form1";
		return false;
	}
}