	// -----------------------------------   INIZIO INVIO MAIL EXPLORER  ---------------------------------//

		function inviamail()
		{
			
			if (document.camping.nome.value == '')
						{
							alert(" Attention to insert Name");
							return;
						}
		
			if (document.camping.indirizzo.value == '')
						{
							alert(" Attention to insert the Address");
							return;
						}
			if (document.camping.citta.value == '')
						{
							alert(" Attention to insert the Town");
							return;
						}
			if (document.camping.cap.value == '')
						{
							alert(" Attention to insert the Postcode");
							return;
						}
			if (document.camping.provincia.value == '')
						{
							alert(" Attention to insert the State");
							return;
						}
			
			if (document.camping.telefono.value == '')
						{
							alert(" Attention to insert a telephone contact");
							return;
						}
			if (document.camping.descrizione.value == '')
						{
							alert(" Attention to insert one description");
							return;
						}
			
			if (document.camping.email.value == '')
						{
							alert(" Attention to insert the E-mail");
							return;
						}
			

				var a = "\n\n"
				body1 = a + "Nome: "+ document.camping.nome.value + "\nIndirizzo: "+ document.camping.indirizzo.value + "\nCap:" + document.camping.cap.value + "\nPaese:" + document.camping.paese.value + "\nCittą: "+ document.camping.citta.value +"\nTelefono = " + document.camping.telefono.value + "\nFax = " + document.camping.cellulare.value + "\nProvincia = " + document.camping.provincia.value + "\nDescrizione = " + document.camping.descrizione.value + "\nMessaggio= " + document.camping.messaggio.value + "\nMail = " + document.camping.email.value;
				var b = window.confirm("Roclen:\n\You are sending given following:\n\nInformation and On-Linen Estimates " +body1)
				if (b){
				document.mail.Contatto.value = body1;
				document.mail.submit();
				location="pag03.htm";
				return ;
				}
		}

// -----------------------------------   INIZIO INVIO MAIL EXPLORER  ---------------------------------//

			

		
	
