function CaricaElencoGusti(){
	if (document.FrmElencoGusti.Gusto_Filtro.value != ""){
		document.FrmElencoGusti.pagCorrente.value = 1;
		document.FrmElencoGusti.submit();
	} 
}
