var myMenu = new Menu();
var myMenuItemTmp = new MenuItem();
//var mySousMenuItemTmp = new MenuItem();


	/* set if the menu must be expanded or collapse */
	myMenu.expandIsFix = false;

	/* menu definition*/
	/* new MenuItem(URL, Caption, DHTML_ID) */
	/* DHTML_ID must be define like a variable name : unique and without spaces in the name */

	myMenu.AddMenuItem(new MenuItem("index.cfm", "Home", "home"));
	//myMenu.AddMenuItem(new MenuItem("newstudent.cfm", "New Students", "new_stud"));
	//myMenu.AddMenuItem(new MenuItem("team/faculty.cfm", "Faculty", "faculty"));


    myMenuItemTmp = new MenuItem("team.cfm", "Team", "1");
		myMenuItemTmp.AddChildItem(new MenuItem("http://www.insead.edu/facultyresearch/faculty/area.cfm?id=8", "Faculty", "1_1"));
		myMenuItemTmp.AddChildItem(new MenuItem("adminteam.cfm", "Staff", "1_2"));
    	myMenuItemTmp.AddChildItem(new MenuItem("http://www.insead.edu/facultyresearch/centres/entrepreneurship/eir/index.cfm", "Entrepreneurs in Residence", "1_3"));

	myMenu.AddMenuItem(myMenuItemTmp);


		myMenuItemTmp = new MenuItem("research_publications.cfm", "Research and Publications", "2");
		myMenuItemTmp.AddChildItem(new MenuItem("recent_publications.cfm?typecode=BOOK", "Books", "2_1"));
		myMenuItemTmp.AddChildItem(new MenuItem("recent_publications.cfm?typecode=CASE", "Case Studies", "2_2"));
		myMenuItemTmp.AddChildItem(new MenuItem("recent_publications.cfm?typecode=JOUR", "Journal Articles", "2_3"));
		myMenuItemTmp.AddChildItem(new MenuItem("recent_publications.cfm?typecode=WORK", "Working Papers", "2_4"));
		myMenuItemTmp.AddChildItem(new MenuItem("research_seminars.cfm", "Research Seminars", "2_5"));
    	myMenuItemTmp.AddChildItem(new MenuItem("publications_awarded.cfm", "Awards and Honours", "2_6"));

	myMenu.AddMenuItem(myMenuItemTmp);

myMenuItemTmp = new MenuItem("programmes/MBA/index.cfm", "MBA", "3");
		myMenuItemTmp.AddChildItem(new MenuItem("programmes/MBA/electives.cfm", "MBA electives", "3_1"));
    	myMenuItemTmp.AddChildItem(new MenuItem("http://www.insead.edu/facultyresearch/centres/entrepreneurship/accelerator/index.cfm", "Entrepreneurship Accelerator", "3_2"));
    	myMenuItemTmp.AddChildItem(new MenuItem("clubs/index.cfm", "MBA Clubs", "3_3"));
	myMenu.AddMenuItem(myMenuItemTmp);

	myMenuItemTmp = new MenuItem("executiveeducation.cfm", "Executive Education", "4");
	myMenu.AddMenuItem(myMenuItemTmp);
	myMenuItemTmp = new MenuItem("executivemba.cfm", "Executive MBA", "5");
	myMenu.AddMenuItem(myMenuItemTmp);

myMenuItemTmp = new MenuItem("centres/index.cfm", "Centres and Initiatives", "Centres");
		myMenuItemTmp.AddChildItem(new MenuItem("http://www.insead.edu/facultyresearch/centres/entrepreneurship/index.cfm", "Entrepreneurship - Maag ICE", "Centres_1"));

    	myMenuItemTmp.AddChildItem(new MenuItem("http://www.insead.edu/facultyresearch/centres/WICFE", "Family Enterprise - WICFE", "Centres_3"));
		myMenuItemTmp.AddChildItem(new MenuItem("http://www.insead.edu/facultyresearch/centres/iglc/index.cfm", "	Leadership - IGLC", "Centres_5"));

		myMenuItemTmp.AddChildItem(new MenuItem("http://www.insead.edu/facultyresearch/centres/global_private_equity_initiative/", "Private Equity - GPEI", "Centres_2"));
	myMenu.AddMenuItem(myMenuItemTmp);

    	myMenuItemTmp.AddChildItem(new MenuItem("http://www.insead.edu/facultyresearch/centres/social_entrepreneurship/", "Social Entrepreneurship", "Centres_4"));


	myMenuItemTmp = new MenuItem("news/index.cfm", "In the news", "12");
		myMenuItemTmp.AddChildItem(new MenuItem("news/2011.cfm", "2011", "123"));
		myMenuItemTmp.AddChildItem(new MenuItem("news/2010.cfm", "2010", "122"));
		myMenuItemTmp.AddChildItem(new MenuItem("news/2009.cfm", "2009", "121"));
	myMenu.AddMenuItem(myMenuItemTmp);

myMenuItemTmp = new MenuItem("activities/index.cfm", "Events", "activities");
		myMenuItemTmp.AddChildItem(new MenuItem("http://www.insead.edu.sg/bvc/", "Business Venture Competition", "activities_1"));
    	myMenuItemTmp.AddChildItem(new MenuItem("http://www.insead.edu/events/global%5Fentrepreneurship%5Fforum/", "Global Entrepreneurship Forum", "activities_2"));
    	myMenuItemTmp.AddChildItem(new MenuItem("http://www.insead.edu/mba/clubs/ipec/annual_conference/", "INSEAD Private Equity Conference", "activities_3"));
	myMenu.AddMenuItem(myMenuItemTmp);

myMenu.AddMenuItem(new MenuItem("contact.cfm", "Contact Us", "11"));

	/*myMenuItemTmp = new MenuItem("centres/index.cfm", "Centres", "2");
		myMenuItemTmp.AddChildItem(new MenuItem("ideas/research_centres2.cfm", "Entrepreneurship", "2_1"));
		myMenuItemTmp.AddChildItem(new MenuItem("http://www.insead.edu/facultyresearch/centres/WICFE/", "Family Business", "2_2"));
    	myMenuItemTmp.AddChildItem(new MenuItem("http://www.insead.edu/facultyresearch/centres/iglc/index.cfm", "Leadership", "2_3"));

	myMenu.AddMenuItem(myMenuItemTmp);		*/


	/*myMenuItemTmp = new MenuItem("team/index.cfm", "Team", "2");
		myMenuItemTmp.AddChildItem(new MenuItem("team/faculty.cfm", "Faculty", "2_1"));
		myMenuItemTmp.AddChildItem(new MenuItem("team/administration_team.cfm", "Administration Team", "2_2"));
    		myMenuItemTmp.AddChildItem(new MenuItem("team/eir.cfm", "EIR", "2_3"));
    		myMenuItemTmp.AddChildItem(new MenuItem("team/research_team.cfm", "Research Team", "2_4"));
	myMenu.AddMenuItem(myMenuItemTmp);*/

	/*

	myMenuItemTmp = new MenuItem("ourentrepreneurs/index.cfm", "Our Entrepreneurs", "31");
	myMenu.AddMenuItem(myMenuItemTmp);

	myMenuItemTmp = new MenuItem("Mentors/mentors.cfm", "Mentors", "mentors");
			myMenuItemTmp.AddChildItem(new MenuItem("mentors/entrepreneurs.cfm", "Entrepreneurs in Residence", "entrepreneurs"));
			myMenuItemTmp.AddChildItem(new MenuItem("mentors/advisoryboard.cfm", "Advisory Board", "advisoryboard"));

	myMenu.AddMenuItem(myMenuItemTmp);



	myMenu.AddMenuItem(new MenuItem("activities/index.cfm", "Activities", "activities"));

	myMenuItemTmp = new MenuItem("resources/newsletter.cfm", "Newsletter", "res_newsletter");


//		myMenuItemTmp.AddChildItem(new MenuItem("resources/newsletter.cfm", "Newsletter", "res_newsletter"));
//		myMenuItemTmp.AddChildItem(new MenuItem("resources/articles.cfm", "Articles", "res_articles"));
//    		myMenuItemTmp.AddChildItem(new MenuItem("resources/papers.cfm", "Papers", "res_papers"));
//		myMenuItemTmp.AddChildItem(new MenuItem("resources/cases.cfm", "Cases", "res_cases"));
//	    	myMenuItemTmp.AddChildItem(new MenuItem("resources/links.cfm", "Links", "res_links"));
	myMenu.AddMenuItem(myMenuItemTmp);
*/
	/*myMenuItemTmp = new MenuItem("ideas/index.cfm", "Ideas", "3");
		myMenuItemTmp.AddChildItem(new MenuItem("ideas/current_research.cfm", "Current Research", "3_1"));
    	myMenuItemTmp.AddChildItem(new MenuItem("ideas/research_centres.cfm", "Research Centers", "3_2"));
    	myMenuItemTmp.AddChildItem(new MenuItem("ideas/publications.cfm", "Publications", "3_3"));
    	myMenuItemTmp.AddChildItem(new MenuItem("ideas/articles.cfm", "Articles", "3_4"));
	   	myMenuItemTmp.AddChildItem(new MenuItem("http://knowledge.insead.edu/home.cfm", "InnovAsia", "3_5"));
	myMenu.AddMenuItem(myMenuItemTmp);	*/

	/*myMenu.AddMenuItem(new MenuItem("News/index.cfm", "News", "4"));*/

	/*
	myMenuItemTmp = new MenuItem("events/index.cfm", "Events", "5");
		myMenuItemTmp.AddChildItem(new MenuItem("http://www.insead.edu.sg/bvc/", "BVC", "bvc"));
		myMenuItemTmp.AddChildItem(new MenuItem("http://www.insead.edu/events/global_entrepreneurship_forum", "GEF", "gef"));
     		myMenuItemTmp.AddChildItem(new MenuItem("http://www.insead.edu/mba/clubs/ipec/annual_conference/", "IPEC", "ipec"));
	myMenu.AddMenuItem(myMenuItemTmp);

	myMenu.AddMenuItem(new MenuItem("clubs/index.cfm", "Clubs", "clubs"));

	myMenu.AddMenuItem(new MenuItem("contact.cfm", "Contact Us", "11"));

	myMenuItemTmp = new MenuItem("network/network.cfm", "Network", "network");
    	myMenuItemTmp.AddChildItem(new MenuItem("http://www.insead.edu.sg/projectclearinghouse/entrepreneurship/", "Entrepreneurship Project ClearingHouse", "12_2"));
	myMenu.AddMenuItem(myMenuItemTmp);

	*/

