//Stringhe dei messaggi di errore dei form
var erroriF = new Array();
erroriF['obblText']		= "can't be empty";
erroriF['obblOption']	= "must be checked";
erroriF['obblMail']		= "is not a valid e-mail address";
erroriF['obblData']		= "is not a valid date";
erroriF['obblCheck']	= "must be checked";
erroriF['obblCC']		= "is not valid";
erroriF['obblDataSucc']	= "can not be pre-booked period"

str_il_campo			= "The field";
str_e					= "and";
str_numero_camere		= "The number of the rooms";
str_maggiore_di			= "can't be up than";
str_errori_modulo		= "Filling errors";
str_chiudi				= "Close";
str_termini_condizioni	= "Terms and conditions";
str_dettaglio_tariffa	= "Rate detail";
str_dettaglio_giorni	= "Days detail";