function Check(){
if (document.form.Name.value=="" || 
    document.form.Email.value=="" ||
    document.form.Comment.value=="")
		{
	window.alert("Напишите Ваше имя, e-mail и сообщение. ");
	return false;}
else return true;}

function Check1(){
if (document.form.Email.value=="" ||
    document.form.Comment.value=="")
		{
	window.alert("Напишите свой e-mail и вопрос. ");
	return false;}
else return true;}

function Check2(){
if (document.form.Email.value=="" ||
    document.form.Phone.value=="" ||
	document.form.Zakaz1.value=="" ||
	document.form.Zakaz2.value=="" ||
	document.form.Zakaz4.value=="")
		{
	window.alert("Заполните пожалуйста ВСЕ поля\nвыделенные жирным цветом. ");
	return false;}
else return true;}
