// TIIImenuContentFRA.JS  3:19 PM 10/1/2003

// Labels of "Green Menu" choices

var mnuChoiceLabel = new Array();

mnuChoiceLabel [0] =  "Quoi de neuf ";
mnuChoiceLabel [1] =  "Programme Officiel";
mnuChoiceLabel [2] =  "Allocutions et déclarations";
mnuChoiceLabel [3] =  "Que représente la TICAD ?";
mnuChoiceLabel [4] =  "Comment fonctionne la TICAD";
mnuChoiceLabel [5] =  "Les résultats de la TICAD";
mnuChoiceLabel [6] =  "La route de Tokyo 2003";
mnuChoiceLabel [7] =  "Consultations régionales";
mnuChoiceLabel [8] =  "Coopération Afrique-Asie";
mnuChoiceLabel [9] =  "TICAD en action";
mnuChoiceLabel [10] =  "Mission de bonne volonté";
mnuChoiceLabel [11] =  "NERICA : Nouveau riz pour l’Afrique";
mnuChoiceLabel [12] = "Brochure et dossier de presse";
mnuChoiceLabel [13] = "Message promotionnel";
mnuChoiceLabel [14] = "Co-organisateurs de la TICAD";
mnuChoiceLabel [15] = "Rôle du Japon";
mnuChoiceLabel [16] = "TICAD et NEPAD";
// Attention! MDGs label requires a line break and three spaces: <BR>&nbsp;&nbsp;&nbsp;
// no spaces between Millénaire and <BR>
mnuChoiceLabel [17] =  "TICAD et Objectifs du Millénaire<BR>&nbsp;&nbsp;&nbsp;pour le développement";
mnuChoiceLabel [18] =  "Partenaires";


// Links for Menu choices in "Green Menu"

var mnuChoiceURL= new Array();

mnuChoiceURL[0] =   "http://www.ticad.net/fr/whats_new-f.html";
mnuChoiceURL[1] =   "http://www.ticad.net/fr/agenda-f.html";
mnuChoiceURL[2] =   "http://www.ticad.net/fr/allocutions.html";
mnuChoiceURL[3] =   "http://www.ticad.net/fr/whatisticad-f.htm";
mnuChoiceURL[4] =   "http://www.ticad.net/fr/howticadworks-f.htm";
mnuChoiceURL[5] =   "http://www.ticad.net/fr/whatsgrown-f.htm";
mnuChoiceURL[6] =   "http://www.ticad.net/fr/roadtotokyo-f.htm";
mnuChoiceURL[7] =   "http://www.ticad.net/fr/workshopsafrica-f.htm";
mnuChoiceURL[8] =   "http://www.ticad.net/fr/cooperation-f.htm";
mnuChoiceURL[9] =   "http://www.ticad.net/fr/ticadaction-f.htm";
mnuChoiceURL[10] =   "http://www.ticad.net/fr/bonnevolonte.htm";
mnuChoiceURL[11] =  "http://www.ticad.net/fr/nerica-f.htm";
mnuChoiceURL[12] =  "http://www.ticad.net/fr/brochure.html";
mnuChoiceURL[13] =  "http://j1.mediag3.com/s/c016/m010/ticad.html";
mnuChoiceURL[14] =  "http://www.ticad.net/fr/co-organizers-f.htm";
mnuChoiceURL[15] =  "http://www.ticad.net/fr/japansrole-f.htm";
mnuChoiceURL[16] =  "http://www.ticad.net/fr/ticadnepad-f.htm";
mnuChoiceURL[17] =  "http://www.ticad.net/fr/ticadmdg-f.htm";
mnuChoiceURL[18] =  "http://www.ticad.net/fr/partners-f.htm";



// Which menu choices have a submenu

var withSubMenu = new Array();

withSubMenu [0] =   "";
withSubMenu [1] =   "";
withSubMenu [2] =   "";
withSubMenu [3] =   "";
withSubMenu [4] =   "";
withSubMenu [5] =   "";
withSubMenu [6] =   "";
withSubMenu [7] =   "";
withSubMenu [8] =   "";
withSubMenu [9] =   "";
withSubMenu [10] =  "";
withSubMenu [11] =  "";
withSubMenu [12] =  "";
withSubMenu [13] =  "";
withSubMenu [14] =  "";



// Submenus --------------------\

arMenu1 = new Array(
"",
"","",
"","",
"","",
"",""
);
arMenu2 = new Array(
"",
"","",
"","",
"","",
"",""
);
arMenu3 = new Array(
"",
"","",
"","",
"","",
"",""
);

// end of TIIImenuContentFRA.JS
