// 12:27 PM 9/15/2003
// TIIImenuContentENG.js

// Labels of "Green Menu" choices

var mnuChoiceLabel = new Array();

mnuChoiceLabel [0] =  "What's New";
mnuChoiceLabel [1] =  "Agenda";
mnuChoiceLabel [2] =  "Speeches & Statements"; 
mnuChoiceLabel [3] =  "Tokyo Tenth Anniversary <BR>&nbsp;&nbsp;&nbsp;&nbsp;Declaration 2003";
mnuChoiceLabel [4] =  "What is TICAD";
mnuChoiceLabel [5] =  "How TICAD Works";
mnuChoiceLabel [6] =  "What's Grown from TICAD";
mnuChoiceLabel [7] =  "The Road to Tokyo 2003";
mnuChoiceLabel [8] =  "TICAD Ministerial-level Meeting";
mnuChoiceLabel [9] =  "Workshops around Africa";
mnuChoiceLabel [10] =  "Asia & Africa  Working Together";
mnuChoiceLabel [11] =  "TICAD in Action";
mnuChoiceLabel [12] =  "TICAD Goodwill Mission";
mnuChoiceLabel [13] =  "NERICA New Rice for Africa";
mnuChoiceLabel [14] =  "Brochure & Press Kit";
mnuChoiceLabel [15] =  "Promotional Message";
mnuChoiceLabel [16] =  "TICAD Co-organizers";
mnuChoiceLabel [17] =  "Japan's Role";
mnuChoiceLabel [18] =  "TICAD and NEPAD";
mnuChoiceLabel [19] =  "TICAD & Millennium Goals";
mnuChoiceLabel [20] =  "Tokyo Declaration 1993";
mnuChoiceLabel [21] =  "Tokyo Agenda for Action 1998";
mnuChoiceLabel [22] =  "Partners";
mnuChoiceLabel [23] =  "Publications";


// Links for Menu choices in "Green Menu"

var mnuChoiceURL= new Array();

mnuChoiceURL[0] =   "http://www.ticad.net/whats_new.html";
mnuChoiceURL[1] =   "http://www.ticad.net/agenda.html";
mnuChoiceURL[2] =   "http://www.ticad.net/speeches.html";
mnuChoiceURL[3] =  "http://www.ticad.net/declaration2003.pdf";
mnuChoiceURL[4] =   "http://www.ticad.net/what_is_ticad.html";
mnuChoiceURL[5] =   "http://www.ticad.net/how_ticad_works.html";
mnuChoiceURL[6] =   "http://www.ticad.net/whats_grown_from_ticad.html";
mnuChoiceURL[7] =   "http://www.ticad.net/road_to_tokyo.html";
mnuChoiceURL[8] =   "http://www.ticad.net/ministerial_meeting.html";
mnuChoiceURL[9] =   "http://www.ticad.net/workshops_around_africa.html";
mnuChoiceURL[10] =   "http://www.ticad.net/africa_asia_working_together.html";
mnuChoiceURL[11] =   "http://www.ticad.net/ticad_field.html";
mnuChoiceURL[12] =   "http://www.ticad.net/goodwill.html";
mnuChoiceURL[13] =  "http://www.ticad.net/nerica.html";
mnuChoiceURL[14] =  "http://www.ticad.net/brochure.html";
mnuChoiceURL[15] = "http://j1.mediag3.com/s/c016/m010/ticad.html";
mnuChoiceURL[16] =  "http://www.ticad.net/organizers.html";
mnuChoiceURL[17] =  "http://www.ticad.net/japans_role.html";
mnuChoiceURL[18] =  "http://www.ticad.net/ticad_nepad.html";
mnuChoiceURL[19] =  "http://www.ticad.net/mdg.html";
mnuChoiceURL[20] =  "http://www.ticad.net/tokyo_declaration_1993.html";
mnuChoiceURL[21] =  "http://www.ticad.net/tokyo_agenda_for_action_1998.html";
mnuChoiceURL[22] =  "http://www.ticad.net/partners.html";
mnuChoiceURL[23] =  "http://www.ticad.net/publications.html";



// 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] =  "";
withSubMenu [15] =  "";
withSubMenu [16] =  "";
withSubMenu [17] =  "";
withSubMenu [18] =  "";



// Submenus --------------------\

arMenu1 = new Array(
"",
"","",
"","",
"","",
"",""
);
arMenu2 = new Array(
"",
"","",
"","",
"","",
"",""
);
arMenu3 = new Array(
"",
"","",
"","",
"","",
"",""
);

// end of TIIImenuContentENG.js
