function MM_openBrWindow(theURL,winName,features) { //v2.0  window.open(theURL,winName,features);}function validate1(theForm){	if (theForm.name.value == "")	{	alert("Please enter your name.");	theForm.name.focus();	return (false);	}		if (theForm.telephone.value == "")	{	alert("Please enter your telephone.");	theForm.telephone.focus();	return (false);	}		if (theForm.email.value == "")	{	alert("Please enter your email.");	theForm.email.focus();	return (false);	}	}
