function apri_portata(id) {
	$(".elenco_piatti").animate({ 
	    height: "0"	   
 	}, 1500 );
	$("#portata_"+id).animate({ 
	    height: "100%"
 	}, 1500 );
}
