function inviaAutologin() {
	document.getElementById("frmAutologin").submit();
}


function ricarica() {
	document.getElementById('forminvio').action = "#";
	document.getElementById('idForm2').value = "";
	document.getElementById('forminvio').submit();
}


function ricarica2() {
	document.getElementById('ricerca1').action = "#";
	document.getElementById('idForm').value = "";
	document.getElementById('ricerca1').submit();
}

function chkFormLoginVaca() {
	//alert("ok0");
	//document.getElementById('frm_login_vaca_box').submit();
	if (document.getElementById('email_vaca2').value != '' && document.getElementById('password_vaca2').value != '') {
		document.getElementById('frm_login_vaca_box').submit();
		alert("Stai per essere indirizzato alla pagina riservata");
	}
}

function chkFormLoginProprie() {
	//alert("ok0");
	//document.getElementById('frm_login_vaca_box').submit();
	if (document.getElementById('email').value != '' && document.getElementById('password').value != '') { 
		document.getElementById('frm_login').submit();
		alert("Stai per essere indirizzato alla pagina riservata");
	}
}

function invioFormRicHome() {
	//alert("ok0");
	document.getElementById('ricerca1').action = "index.php?id=6";
	document.getElementById('ricerca1').submit();
}

function changeLingua(l) {
	//alert(l);
	document.getElementById('lang').value = l;
	document.getElementById('lingua').action = location.href;
	document.getElementById('lingua').submit();
}
