//TEXTS

var index_text_ita = [
	"Cena di<br>San Valentino",
	"<br>Un'atmosfera glamour ed accogliente<br>per trascorrere la vostra serata romantica<br>a lume di candela, degustando i nostri migliori piatti accompagnati dalla nostra selezione speciale di vini. <a style='color:#fff;' href='pdf/sv-2012.pdf' target='blank'><font'>SCOPRI IL MEN&Ugrave;</font></a><br><br>",	
	"Speciale Eventi Aziendali",
	"Il nostro ristorantino offre un ambiente elegante e confortevole ideale per pranzi o cene aziendali, dove potrete gustare i piatti tipici della nostra tradizione regionale, accompagnati da una selezione dei nostri migliori vini."	
	];

var index_text_eng = [
	"St Valentine’s Day Dinner",
	"<br>A glamour and warming atmosphere for the most romantic night of the year. Our best dishes with our finest wine selection will be served to you, under candles dim light. <a style='color:#fff;' href='pdf/sv-2012.pdf' target='blank'><font'>THE MENU</font></a><br><br>",	
	"Special Company Events",
	"Our Restaurant offer an elegant and comfortable atmposphere ideal for company lunch or dinner, where you can enjoy our regional dishes with a selection of our best wines."
	];

var month_ita = [ "Febbraio" ];
var month_eng = [ "February" ];
	
//IMAGES
var index_but_ita = [
	'<img src="images/buttons/but_cupon.png" oversrc="images/buttons/but_cupon_over.png" border="0" title="Richiedi una prenotazione via mail" width="255" height="40"/>',
	'<img src="images/buttons/but_prenota_extended.png" oversrc="images/buttons/but_prenota_extended_over.png" border="0" title="Richiedi una prenotazione via mail" width="373" height="40"/>'
];

var index_but_eng = [
	'<img src="images/buttons/but_cupon_eng.png" oversrc="images/buttons/but_cupon_over_eng.png" border="0" title="Richiedi una prenotazione via mail" width="255" height="40"/>',
	'<img src="images/buttons/but_prenota_extended_eng.png" oversrc="images/buttons/but_prenota_extended_over_eng.png" border="0" title="Richiedi una prenotazione via mail" width="373" height="40"/>'
];
