//titoli box
var tboxes = new Array();
//news
tboxes[0] = new Array();
tboxes[0]['it'] = 'News';
tboxes[0]['en'] = 'News';
tboxes[0]['fr'] = 'Nouveautè';


//box area riservata
var txLogon=new Array();
//Inserisci user e pass
/*txLogon[0]=new Array();
txLogon[0]['it']='Inserisci Username e Password';
txLogon[0]['en']='Insert Username e Password';
txLogon[0]['fr']='Inserer Username et Password pour accèder';*/
//Bottone entra
txLogon[1]=new Array();
txLogon[1]['it']='Entra';
txLogon[1]['en']='Enter';
txLogon[1]['fr']='Entrèe';
//Bottone clicca qui
txLogon[2]=new Array();
txLogon[2]['it']='Clicca qui';
txLogon[2]['en']='Click here';
txLogon[2]['fr']='Cliquez ici';
//Bottone registrati
txLogon[3]=new Array();
txLogon[3]['it']='Registrati';
txLogon[3]['en']='Sign in';
txLogon[3]['fr']='Iscrivez-Vous';
//Ti sei scordato la password?
txLogon[4]=new Array();
txLogon[4]['it']='Ti sei scordato la password?';
txLogon[4]['en']='Forgot password?';
txLogon[4]['fr']='Mot de passe oublié?';
//se sei interessato a ricevere.....
txLogon[5]=new Array();
txLogon[5]['it']='Se sei interessato a ricevere il nostro listino,';
txLogon[5]['en']='If you want to receive our price list,';
txLogon[5]['fr']='Si vous voulez recevoir notre liste de prix';
//clicca qui per registrarti
txLogon[6]=new Array();
txLogon[6]['it']='clicca qui per registrarti';
txLogon[6]['en']='click here to sign in';
txLogon[6]['fr']='cliquez ici pour vous enregistrer';

