function flashMessage( args ) {
	switch ( args ) {

/// TUC CRISPY
		case "CRISPY":
			window.open('ingredienti/crispy.htm','CRISPY','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=400,height=280');
			break;
		case "PAPRIKA":
			window.open('ingredienti/paprika.htm','PAPRIKA','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=400,height=280');
			break;
		case "CRISPY_MULTI":
			window.open('ingredienti/crispy_multi.htm','CRISPY_MULTI','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=400,height=280');
			break;

// TUC CRACKER
		case "CRACKER":
			window.open('ingredienti/cracker.htm','CRACKER','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=400,height=280');
			break;
		case "ERBE":
			window.open('ingredienti/erbe.htm','ERBE','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=400,height=280');
			break;

// MINI TUC
		case "MINI":
			window.open('ingredienti/mini.htm','MINI','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=400,height=280');
			break;
		case "MINI_MULTI":
			window.open('ingredienti/multi.htm','MINI_MULTI','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=400,height=280');
			break;

// TUC PARTY
		case "PARTY":
			window.open('ingredienti/party.htm','PARTY','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=400,height=280');
			break;

// TUC KREK
		case "KREK":
			window.open('ingredienti/krek.htm','KREK','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=400,height=280');
			break;

//TUC ORIGINAL
		case "ORIGINAL":
			window.open('ingredienti/original.htm','ORIGINAL','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=400,height=280');
			break;
		case "BACON":
			window.open('ingredienti/bacon.htm','BACON','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=400,height=320');
			break;
		case "PIZZA":
			window.open('ingredienti/pizza.htm','PIZZA','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=400,height=300');
			break;
		case "SALT":
			window.open('ingredienti/salt.htm','SALT','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=400,height=280');
			break;
		case "OLIVE":
			window.open('ingredienti/olive.htm','OLIVE','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=400,height=280');
			break;
		case "SESAMO":
			window.open('ingredienti/sesamo.htm','SESAMO','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=400,height=300');
			break;
	case "CHEESE":
			window.open('ingredienti/cheese.htm','CHEESE','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=400,height=300');
			break;	

////// NOTA INFORMATIVA
		case "NOTA":
			window.open('Tuctime_nota_informativa.html','NOTA','menubar=no,location=no,toolbar=no,status=no,scrollbars=yes,resizable=no,width=420,height=380');
			break;
			
////// INFO ZIP
		case "ZIP":
			window.open('info_zip.html','ZIP','menubar=no,location=no,toolbar=no,status=no,scrollbars=yes,resizable=no,width=420,height=380');
			break;

	}
}