<!-- 
/* 
   Copyright (c) 2003 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 nom","Enter your name"),//1
	new Array("Entrez votre prénom","Enter your firstname"),//2
	new Array("Indiquez votre rue","Enter your street"),//3
	new Array("Entrez votre ville","Enter your city"),//4
	new Array("Indiquez votre province","Enter your province"),//5
	new Array("Entrez votre code postal","Enter your zip code"),//6
	new Array("Indiquez votre pays","Enter your country"),//7
	new Array("Entrez votre numéro de téléphone","Enter your phone number"),//8
	new Array("Entrez votre courriel","Enter your email"),//9
	new Array("Entrez vos commentaires","Enter your comments"), //10
	new Array("Choisissez votre titre","Select your title") //11
)
 //-->