// Global variables
var CurrLanguage="en";

var gMSG = new Array();
gMSG['Conpany']="Villa Scala Fiorita";
gMSG['LastUpdate']="dec-2004";
gMSG['Welcome']="Welcome on the site of ";
gMSG['MailContact']="mailto:contact@villa-scala-fiorita.com";
gMSG['MailReservation']="mailto:reservation@villa-scala-fiorita.com";
gMSG['RCMwebSite']="http://www.roquebrune-cap-martin.com/frameset.php";
gMSG['RCMwebSiteTitle']="Roquebrune Cap Martin Site";
gMSG['MNOwebSite']="http://www.monaco.net";
gMSG['MNOwebSiteTitle']="Monaco Site";
gMSG['MEOwebSite']="http://www.villedementon.com";
gMSG['MEOwebSiteTitle']="Menton Site";
gMSG['Tels']="Tél. : +33 (0)4 93 35 87 85 ou Mobile : +33 (0)6 09 48 77 14";
gMSG['AddressStreet']="36, Avenue des Palmiers";
gMSG['AddressCity']="06190 Roquebrune Cap Martin";
gMSG['Mplan0']="Ground floor";
gMSG['Mplan1']="1st floor";
gMSG['Mplan2']="2nd floor";
gMSG['PriceTo']="to";
gMSG['MailSend']="Thank you for getting in contact with us, we will send you an answer as soon as possible.";

var MenuMSG = new Array();
MenuMSG[0]="Welcome";
MenuMSG[1]="Studio n°2";
MenuMSG[2]="Apartment n°3";
MenuMSG[3]="Bedroom";
MenuMSG[4]="Studio n°4";
MenuMSG[5]="Apartment n°5";
MenuMSG[6]="Apartment n°6";
MenuMSG[7]="Location";
MenuMSG[8]="Regulations";
MenuMSG[9]="Inquiries";
MenuMSG[10]="Floor plans";
MenuMSG[11]="Tariff";
MenuMSG[12]="Localization";

var TitleMSG = new Array();
TitleMSG[0]="Welcome";
TitleMSG[1]="Studio n°2 ~ ground floor 34 m2";
TitleMSG[2]="Apartment  n°3 ~ 1st floor 56 m2";
TitleMSG[3]="Bedroom ~ 1st floor 14 m2";
TitleMSG[4]="Studio n°4 ~ 1st floor 34 m2";
TitleMSG[5]="Apartment n°5 ~ 2nd floor 35 m2";
TitleMSG[6]="Apartment n°6 ~ 2nd floor 38 m2";
TitleMSG[7]="Location on the French Riviera";
TitleMSG[8]="Regulations";
TitleMSG[9]="Request Form";
TitleMSG[10]="Floor plans";
TitleMSG[11]="Seasonal tariff";
TitleMSG[12]="Localization";

// Plan Legend Listing
var pl=new Array(3)
for (i=0; i<=2; i++) pl[i]=new Array()
pl[0][0]=MenuMSG[1]; pl[0][1]='Garden / Terrace'; pl[0][2]='Staircase / Private'; pl[0][3]='Entrance'; 
pl[1][0]=MenuMSG[2]; pl[1][1]=MenuMSG[3]; pl[1][2]=MenuMSG[4]; pl[1][3]='Balconies'; pl[1][4]='Staircase';
pl[2][0]=MenuMSG[5]; pl[2][1]=MenuMSG[6]; pl[2][2]='Balconies'; pl[2][3]='Staircase';

// Plan Legend Colors
var plc=new Array(3)
for (i=0; i<=2; i++) plc[i]=new Array()
plc[0][0]='1'; plc[0][1]='4'; plc[0][2]='0'; plc[0][3]='2';
plc[1][0]='2'; plc[1][1]='3'; plc[1][2]='1'; plc[1][3]='4'; plc[1][4]='0';
plc[2][0]='2'; plc[2][1]='1'; plc[2][2]='4'; plc[2][3]='0';

errorMSG = new Array()
errorMSG['Browser2Old'] = 	"villa-scala-fiorita.com est compatible avec une large variété de navigateurs. En revanche, si votre naivgateur est obsolète, il ne peut être utilisé pour réaliser des réservations sur ce site. Les versions mises à jour de  Netscape Navigator et Internet Explorer sont disponibles gratuitementt sur les sites  de Netscape et Microsoft.";
errorMSG['NoLastName'] = 	"Please, enter your name.";
errorMSG['NoAppartment'] = 	"Please, choose your apartment.";
errorMSG['NoDateFrom'] = 	"Please, enter your arrival day.";
errorMSG['NoDateTo'] = 		"Please, enter the departing day.";
errorMSG['NoPerson'] = 		"Please, enter the number of occupants .";
errorMSG['NoPhone'] = 		"Please, enter your phone number .";
errorMSG['NoEmail'] = 		"Please, enter your email address.";
errorMSG['NoFax'] = 		"Please, enter your fax number.";
errorMSG['NoValidMail'] =   "Please, enter a valid email address.";

errorMSG['PaxSNameMissing'] = "The Name";
errorMSG['FillOut'] = "Please add";

errorMSG['Telephone'] = "phone number";
errorMSG['Email'] = "e-mail address";