function checkInvio(form)
{
	if(form.nome.value=="" || form.cognome.value=="" || form.email.value=="" || form.telefono.value=="" || form.checkin.value=="" || form.checkout.value=="" || form.tipologia.value=="0" || form.adulti.value=="" || form.bambini1.value=="" || form.bambini2.value=="")
	{
		alert("The field with an (*) are obligatory");	
	}
	else
	{
		if(form.adulti.value==0)
		{
			alert("The number of persons must be more then zero");
		}
		else if(confirm('The applicant  must be aware that the handling of personal information is necessary in order to process the request. This information will not be revealed to any  third parties without the applicant’s consent. The Baia Blu residence is responsible for the transmission of the applicant’s personal data. The handling of personal data is in accordance with the Legislative Decree no. 31,12 1996 n° 675 and with other Legislative decrees protecting personal information data. The applicant  assigned  these  rights according to article 13. Baia Blu residence RTA does not accept any responsibility for any misinformation  written by the applicant.'))
		{
			form.bambini.value = "0-3 Anni: " + form.bambini1.value + " | 3-12 Anni: " + form.bambini2.value;
			form.submit();
		}
	}
}

function LoadAuto()
		{
			document.getElementById("textdove").innerHTML = "<span class=\"testograssetto\"><br>A/12 Motorway Genoa / Livorno – A/15 Motorway Parma / La Spezia</span><br><span class=\"testonormale\">In both cases we advise you to leave the motorway at the La Spezia exit. On leaving the motorway, follow the directions for La Spezia, until the Lerici exit. Go through a long tunnel, on exiting the tunnel, turn left, follow the signs to Baia Blu. After about two hundred metres before arriving at  the traffic light, turn left into an uphill road. Drive  up this road following the brown Baia Blu signs. At the mini roundabout, go right, follow the sign to Baia Blu for about 100 metres, turn left into the private road which leads down to the sea. Travel down this road, past two buildings on your right and enter into the reception car park area.</span><br><br><span class=\"testograssetto\">Welcome!</span>";
		}
		
		function LoadAereo()
		{
			document.getElementById("textdove").innerHTML = "<br>Airport \"G. Galilei\"  Pisa  Km 70<br>Airport \"C. Colombo\"  Genova  Km 110<br>Airport \"A.Vespucci\" Firenze  km 130";
		}
		
		function LoadTreno()
		{
			document.getElementById("textdove").innerHTML = "<br>Trains for all destinations from La Spezia central.<br><br>On arrival take the Lerici bus ( Line L) get off at the stop Muggiano, once there you can call us and our shuttle bus will come to pick you up. Alternatively if previously booked our shuttle bus will pick you up directly at the station.";
		}
		
function OpenStampa()
{
	window.open('stampa-info.htm','arrivare','scrollbars=no,resizable=no,width=540,height=400, status=no,location=0,locationBar=0,menuBar=0,resizable=0,toolbar=0');	
}

function PrivacyPopup()
{
	alert('The applicant  must be aware that the handling of personal information is necessary in order to process the request. This information will not be revealed to any  third parties without the applicant’s consent. The Baia Blu residence is responsible for the transmission of the applicant’s personal data. The handling of personal data is in accordance with the Legislative Decree no. 2003 n° 196 and with other Legislative decrees protecting personal information data. The applicant  assigned  these  rights according to article 13. Baia Blu residence RTA does not accept any responsibility for any misinformation  written by the applicant.')	
}