function SubmitMail(code)
{
	var theForm = document.forms[0];
	if(theForm)
	{

		theForm.strutID.value = code;
		theForm.action = "http://www.bed-and-breakfast-in-umbria.it/includes/mail-ospitalita.aspx";	
		theForm.submit();
	}
}