function submitForm(){
         var text;

	upr=true;

         text=document.send.mail.value;


         if (text.length == 0)
	{
	upr=false;
	window.alert('Ну напишите что-нибудь....'); /*  ну я подумаю... */
   
	} 
}
