<!-- 
/* 
   Copyright (c) 2005 Concept Marketing Interactif
   interactif.com All Rights Reserved.
*/
var AlertMessages = new Array(
 	new Array("Entrez un courriel valide","Enter a valid email"),//0
	new Array("Entrez votre prénom","Enter your first name"),//1
	new Array("Entrez votre nom","Enter last name"),//2
	new Array("Entrez votre courriel","Enter your email"),//3
	new Array("Entrez un mot de passe","Enter a message"),//4
	new Array("Confirmez votre mot de passe","Enter a message"),//5
	new Array("Entrez votre rue","Enter your street"),//6
	new Array("Entrez votre ville","Enter your city"),//7
	new Array("Choisissez votre province/état","Select your province/state"),//8
	new Array("Entrez votre code postal/zip","Enter your postal/zip code"),//9
	new Array("Choisissez votre pays","Select your country"),//10
	new Array("Entrez votre numéro de téléphone","Enter your phone number"),//11
	new Array("Indiquez le titre","Choose the title"),//12
	new Array("SVP, répondez à la question mathématique","Please, answer the mathematical problem"),//13
	new Array("Quel type êtes-vous?","Which type are you?"),//14
	new Array("Entrez un message", "Enter a message"),//15
	new Array("Entrez une date de réunion", "Enter date for the reunion"),//16
	new Array("Entrez le nombre de personne prévue pour la réunion", "Enter the number of person planned for the meeting"),//17
	new Array("Entrez le nombre d'adultes", "Enter the number of adult"),//18
	new Array("Entrez une date d'arrivée", "Enter a date of arrival"),//19
	new Array("Entrez une date de depart", "Enter a leaving departure"),//20
	new Array("Entrez le type de chambre désiré", "Enter the desired type of room"),//21
    new Array("Choisissez le type de carte", "Select the type of card"),//22
    new Array("Entrez le numéro de la carte", "Enter the card number"),//23
    new Array("Entrez la date d'expiration de la carte", "Enter the expiration date"),//24
    new Array("Entrez le nom du détenteur de la carte", "Enter the name on the card ")//25
)
 //-->