//Ghana Nuts - MENU SETUP - VERSION 1.1 - NOV 2010//

         //ID		//Parent ID	//Text			//Image			//RollImage			//URL		//URL TARGET


//ABOUT
	
AddMenu("1"    ,  "1" ,      "",  "images/but1_up.jpg"    ,    "images/but1_over.jpg"       ,"",   "_self"    );
	AddMenu("2"    ,  "1" ,      "About GNL",  ""    ,    ""       ,"about_intro.htm",   "_self"    );
	AddMenu("3"    ,  "1" ,      "Production",  ""    ,    ""       ,"about_production.htm",   "_self"    );
	AddMenu("4"    ,  "1" ,      "Social Responsibility",  ""    ,    ""       ,"about_social.htm",   "_self"    );

//PRODUCTS

AddMenu("20"    ,  "20" ,      "",  "images/but2_up.jpg"    ,    "images/but2_over.jpg"       ,"products_intro.htm",   "_self"    );
	AddMenu("21"    ,  "20" ,      "Groundnuts",  ""    ,    ""       ,"products_groundnuts.htm",   "_self"    );
	AddMenu("22"    ,  "20" ,      "Cashew Nuts",  ""    ,    ""       ,"products_cashew.htm",   "_self"    );
	AddMenu("23"    ,  "20" ,      "Shea Nuts",  ""    ,    ""       ,"products_shea.htm",   "_self"    );
	AddMenu("24"    ,  "20" ,      "Soybean Meal",  ""    ,    ""       ,"products_soybean.htm",   "_self"    );
	AddMenu("25"    ,  "20" ,      "Akoma Oil",  ""    ,    ""       ,"products_akoma.htm",   "_self"    );
	AddMenu("26"    ,  "20" ,      "Sesame Seeds",  ""    ,    ""       ,"products_sesame.htm",   "_self"    );


//LATEST NEWS
 	 
AddMenu("30"    ,  "30" ,      "",  "images/but3_up.jpg"    ,    "images/but3_over.jpg"       ,"partners.htm",   "_self"    );
	AddMenu("31"    ,  "30" ,      "Business Partnerships",  ""    ,    ""       ,"partners.htm",   "_self"    );

//PHOTO GALLERY
 	 
AddMenu("40"    ,  "40" ,      "",  "images/but4_up.jpg"    ,    "images/but4_over.jpg"       ,"faqs.htm",   "_self"    );
	AddMenu("41"    ,  "40" ,      "FAQs answered",  ""    ,    ""       ,"faqs.htm",   "_self"    );

//TRENDS
 	 
AddMenu("50"    ,  "50" ,      "",  "images/but5_up.jpg"    ,    "images/but5_over.jpg"       ,"contact.htm",   "_self"    );
	AddMenu("51"    ,  "50" ,      "Contact Details",  ""    ,    ""       ,"contact.htm",   "_self"    );

//CONTACT 

AddMenu("60"    ,  "60" ,      "",  "images/but6_up.jpg"    ,    "images/but6_over.jpg"       ,"index.htm",   "_self"    );	 
	
Build();  

