function gotoPage(id){
	//alert(id);
	if (id=="0"){
		document.location="/fe/catalogo.php";
	}
	if (id=="1"){
		document.location="/fe/aziende_promozioni.php";
	}
	if (id=="2"){
		document.location="/fe/area_modelle.php";
	}
	if (id=="3"){
		document.location="/fe/clienti_intro.php";
	}
	if (id=="4"){
		document.location="/fe/contatti.php";
	}
}