/*	
 *  Déclaration du tableau 
 *
 * Liste des pays CAT CL (anglais) 
 *
 */

tableauNomPaysCAT_CL = new Array;
tableauFichierPaysCAT_CL = 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_CL[tableauNomPaysCAT_CL.length]= "ARGENTINA";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_argentina.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]= "AUSTRIA";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_austria.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]= "BENELUX";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_benelux.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]= "CROATIA";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_croatia.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]= "FRANCE";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_france.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]= "GERMANY";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_germany.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]= "ITALY";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_italy.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]= "POLAND";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_poland.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]= "PORTUGAL";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_portugal.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]= "SLOVENIA";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_slovenia.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]= "SPAIN";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_spain.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]= "SWITZERLAND";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_switzerland.html";

tableauNomPaysCAT_CL[tableauNomPaysCAT_CL.length]="UKRAINE";
tableauFichierPaysCAT_CL[tableauFichierPaysCAT_CL.length]= "2_ukraine.html";


