function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget)

	menu = new Menu();
	menu = new Menu();
	menu.addItem("accueil", "HOME", "HOME",  "index.htm", null);
	menu.addItem("qui", "About GENSEN", "About GENSEN", null, null);
	menu.addItem("mission", "Mission", "Mission",  null, null);
    menu.addItem("ecovill", "Ecovillages", "Ecovillages",  null, null);
	menu.addItem("education", "GENSEN LivingLearning Center", "GENSEN LivingLearning Center",  null, null);
	menu.addItem("programs", "Local Government SIP Network", "Local Government SIP Network",  null, null);	
	menu.addItem("news", "News", "News",  null, null);
	menu.addItem("search", "Search", "Search",  "search.htm", null);

	menu.addSubItem("qui", "Who we are", "Who we are", "whoweare.htm", "");		
	menu.addSubItem("qui", "Mission", "Mission",  "missioneng.htm", "");
	menu.addSubItem("qui", "NGO Strategy", "NGO Strategy",  "sustainstrat.htm", "");
	menu.addSubItem("qui", "Programs", "Programs",  "programs.htm", "");
	menu.addSubItem("qui", "Partners", "Partners",  "partners.htm", "");
	menu.addSubItem("qui", "Contact us", "Contact us",  "contactseng.htm", "");	
	menu.addSubItem("qui", "Donating to CRESP", "Donating to CRESP",  "taxdeddonations.htm", "");
	
	menu.addSubItem("SD", "NGO Strategy", "NGO Strategy",  "sustainstrat.htm", "");	
	menu.addSubItem("SD", "Sustainability Education", "Sustainability Education",  "llc.htm", "");		
	menu.addSubItem("SD", "GAIA Education and EcoYoff", "GAIA Education and EcoYoff",  "ecoyoffge.htm", "");	
	menu.addSubItem("SD", "Living & Learning ", "Living & Learning",  "llpedagogy.htm", "");
	menu.addSubItem("SD", "UNESCO DESD", "UNESCO DESD",  "unescodesd.htm", "");
	menu.addSubItem("SD", "Educational challenges", "Educational challenges",  "ecoyoffge.htm#challenges", "");	
	menu.addSubItem("SD", "Enigmas of Sustainability ", "Enigmas of Sustainability",  "ecoyoffge.htm#chalsust", "");
	
	menu.addSubItem("ecovill", "EcoYoff Concepts and History", " EcoYoff Concepts and History",  "identity.htm", "");		
	menu.addSubItem("ecovill", "Culture and Spirituality", "Culture and Spirituality",  "culture_en.htm", "");
	menu.addSubItem("ecovill", "Environnement and Infrastructures", "Environnement and Infrastructures",  "yoffhabitat.htm", "");
	menu.addSubItem("ecovill", "Education and Training", "Education and Training",  "llc.htm", "");
	menu.addSubItem("ecovill", "Health/Population and Nutrition", "Health/Population and Nutrition",  "healthnutreccd.htm", "");
	menu.addSubItem("ecovill", "Economy and Food safety", "Economy and Food safety",  "sem.htm", "");				
	
	menu.addSubItem("GEN", "What is an ecovillage?", " What is an ecovillage?",  "whatisecovillage.htm", "");
	menu.addSubItem("GEN", "History, activities, programs", "History, activities, programs",  "descriptiongensen.htm", "");
	menu.addSubItem("GEN", "Accreditation", "Accreditation",  "descriptiongensen.htm#accreditation", "");
	menu.addSubItem("GEN", "Education and training for ecovillagers", "Education and training for ecovillagers",  "descriptiongensen.htm#training", "");
	menu.addSubItem("GEN", "Sponsored projects", " Sponsored projects",  "descriptiongensen.htm#sponsoredprojects", "");	
	menu.addSubItem("GEN", "GENSEN website", "GENSEN website",  "http://www.cresp.sn/gensen/defaulteng.htm", "_blank");	
	
	menu.addSubItem("SIP", "What is the SIP?", " What is the SIP",  "sipeng.htm", "");
	menu.addSubItem("SIP", "How well does it work?", "How well does it work?",  "sipresearch.htm", "");
	menu.addSubItem("SIP", "SIP and ICT Training", "SIP and ICT Training",  "sipeng.htm#siptraining", "");
	menu.addSubItem("SIP", "OSIWA project", "OSIWA project",  "osiwa.htm", "");
	menu.addSubItem("SIP", "SIP website", "SIP website",  "http://www.sip.sn", "_blank");
	menu.addSubItem("SIP", "CCC-TIC Training Center", "CCC-TIC Training Center",  "ccctic/defaulteng.htm", "_blank");
	menu.addSubItem("SIP", "Cyber@taaya", "Cyber@taaya",  "cyber@taaya/default.htm", "_blank");

	menu.addSubItem("news", "Our new website", "Our new website",  "ournewsite.htm", "");		
	menu.addSubItem("news", "GENSEN news blog", "GENSEN news blog",  "http://gensenegal.blogspot.com", "_blank");

	menu.showMenu();
}