/*	
 *  Déclaration du tableau 
 *
 * Liste des pays CAT VL (anglais) 
 *
 */

tableauNomPaysCAT_VL = new Array;
tableauFichierPaysCAT_VL = new Array;

/**
  * Pour chaque pays :
  *  - 1ère ligne : NOM DU PAYS
  *  - 2nde ligne : nom_page_html_du_pays.html
  **/

// Les pays seront triés dans le même ordre que ce fichier

// Commencez l'édition ici :

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "ARGENTINA";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_argentina.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "AUSTRIA"
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_austria.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "BENELUX";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_benelux.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "BRAZIL";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_brazil.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "CHILE";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_argentina.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "CROATIA";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_croatia.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "FRANCE";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_france.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "GERMANY";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_germany.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "HUNGARY";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_austria.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "ITALY";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_italy.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "MEXICO";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_mexico.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "POLAND";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_poland.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "PORTUGAL";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_portugal.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "RUSSIA";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_russia.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "SLOVAKIA";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_austria.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "SLOVENIA";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_slovenia.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "SOUTH AFRICA";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_south-africa.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "SPAIN";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_spain.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "SWITZERLAND";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_switzerland.html";

tableauNomPaysCAT_VL[tableauNomPaysCAT_VL.length]= "UNITED KINGDOM";
tableauFichierPaysCAT_VL[tableauFichierPaysCAT_VL.length]= "1_uk.html";


