$(document).ready(function() {
	/*$("#altriPacchetti").css("display", "none");
	$("#altriPacchettiButton").click(function() {
		$("#altriPacchetti").show("normal");
		$("#altriPacchettiButton").parent().hide("normal");
		$("#titlePacchettiBefore").text("Tutti i pacchetti ");
		$("#titlePacchettiAfter").text("");
	});*/
	
	$("#mappaGoogle").css("display", "none");
	$("#mappaGoogleButton").click(function() {
		$("#mappaGoogle").show("normal");
		$("#mappaGoogleButton").parent().hide("normal");
	});
});

