function validate()	{		if (document.bookform.name.value == "")		{		alert("A name is required to submit a special order inquiry.");		return false;		}			if ((document.bookform.phone.value == "") && (document.bookform.email.value == ""))		{		alert("A phone number OR an email address to submit a special order inquiry.");		return false;		}}