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", "Library Home", "home"));
	
	myMenuItemTmp = new MenuItem("find/find_books.cfm", "Find Information", "find");
		myMenuItemTmp.AddChildItem(new MenuItem("find/find_books.cfm", "Books", "find_books"));
		myMenuItemTmp.AddChildItem(new MenuItem("E_resources/index.cfm", "Electronic Resources", "ER_index"));
		myMenuItemTmp.AddChildItem(new MenuItem("http://atoz.ebsco.com/home.asp?Id=2580", "Journals", "journal_finder_index"));
		mySousMenuItemTmp = new MenuItem("reference_collection/index.cfm", "Reference Collection", "reference_collection_index");
			mySousMenuItemTmp.AddChildItem(new MenuItem("reference_collection/index.cfm", "Ground Floor", "ground_floor"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("reference_collection/mezzanine.cfm", "Mezzanine", "mezzanine"));
		myMenuItemTmp.AddChildItem(mySousMenuItemTmp);
		myMenuItemTmp.AddChildItem(new MenuItem("find/find_theses.cfm", "Theses", "find_theses"));
	myMenu.AddMenuItem(myMenuItemTmp);	

	myMenuItemTmp = new MenuItem("services/index.cfm", "Services", "services_index");
		mySousMenuItemTmp = new MenuItem("services/abudhabi_services.cfm", "Abu Dhabi Campus", "abudhabi_services");
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/abudhabi_delivery.cfm", "Article Delivery", "abudhabi_delivery"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/abudhabi_books.cfm", "Books", "abudhabi_books"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/abudhabi_eresources.cfm", "Electronic Resources", "abudhabi_eresources"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("form/abu_dhabi_Librarian.cfm ", "Ask a Librarian", "Middle_East_Librarian"));
		myMenuItemTmp.AddChildItem(mySousMenuItemTmp);	
		mySousMenuItemTmp = new MenuItem("services/Al_eresources.cfm", "Alumni", "alumni");
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/Al_eresources.cfm", "E-Resources", "Al_eresources"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/Al_lib_access.cfm", "Library Access", "Al_lib_access"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/AL_loans.cfm", "Loans", "AL_loans"));
		myMenuItemTmp.AddChildItem(mySousMenuItemTmp);		
		mySousMenuItemTmp = new MenuItem("services/EMBA_eresources.cfm", "EMBA", "EMBA");
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/EMBA_eresources.cfm", "Electronic Resources", "EMBA_eresources"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/EMBA_lib_catalogue.cfm", "Library Catalogue", "EMBA_lib_catalogue"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/EMBA_loans.cfm", "Loans", "EMBA_loans"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/EMBA_delivery.cfm", "Article Delivery", "EMBA_delivery"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("form/EMBA_Librarian.cfm", "Ask a Librarian", "EMBA_librarian"));
		myMenuItemTmp.AddChildItem(mySousMenuItemTmp);
		mySousMenuItemTmp = new MenuItem("services/External_Libraries_ILL.cfm", "External Libraries", "external_libraries");myMenuItemTmp.AddChildItem(mySousMenuItemTmp);	
		mySousMenuItemTmp = new MenuItem("services/F_acquisitions.cfm", "Faculty", "faculty");
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/F_acquisitions.cfm", "Acquisitions", "F_acquisitions"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/F_book_desk.cfm", "Book on my Desk", "F_book_desk"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/F_case_info.cfm", "Case Information", "F_case_info"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/F_citation.cfm", "Citation Tools", "F_citation"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/F_eresources_edp.cfm", "E-Resources for EDPs", "F_eresources_edp"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/F_etoc.cfm", "Electronic Tables of Contents", "F_etoc"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/F_IL_Loan.cfm", "Interlibrary Loan ", "F_il_loan"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/F_loans.cfm", "Loans", "F_loans"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/F_support.cfm", "Research & Teaching Support", "F_support"));
		myMenuItemTmp.AddChildItem(mySousMenuItemTmp);	
		mySousMenuItemTmp = new MenuItem("services/GLF_delivery.cfm", "GLF", "GLF");
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/GLF_delivery.cfm", "Article Delivery", "GLF_delivery"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/GLF_lib_access.cfm", "Library Access", "GLF_lib_access"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/GLF_lib_catalogue.cfm", "Library Catalogue", "GLF_lib_catalogue"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("form/GLF_Librarian.cfm", "Ask a Librarian", "GLF_librarian"));
		myMenuItemTmp.AddChildItem(mySousMenuItemTmp);		
		mySousMenuItemTmp = new MenuItem("services/MBA_acquisitions.cfm", "MBA", "MBA");
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/MBA_acquisitions.cfm", "Acquisitions", "MBA_acquisitions"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/MBA_il_loan.cfm", "Interlibrary Loan ", "MBA_il_loan"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/MBA_loans.cfm", "Loans", "MBA_loans"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/MBA_training.cfm", "Training On Demand", "MBA_training"));
		myMenuItemTmp.AddChildItem(mySousMenuItemTmp);	
		mySousMenuItemTmp = new MenuItem("services/PhD_acquisitions.cfm", "PhD", "PhD");
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/PhD_acquisitions.cfm", "Acquisitions", "PhD_acquisitions"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/PhD_citation.cfm", "Citation Tools", "PhD_citation"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/PhD_etoc.cfm", "Electronic Tables of Contents", "PhD_etoc"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/PhD_il_loan.cfm", "Interlibrary Loan", "PhD_il_loan"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/PhD_loans.cfm", "Loans", "PhD_loans"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/PhD_support.cfm", "Research Support", "PhD_support"));
		myMenuItemTmp.AddChildItem(mySousMenuItemTmp);
		mySousMenuItemTmp = new MenuItem("services/RA_acquisitions.cfm", "Research Staff", "RA");
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/RA_acquisitions.cfm", "Acquisitions", "RA_acquisitions"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/RA_case_info.cfm", "Case information", "RA_case_info"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/RA_citation.cfm", "Citation Tools", "RA_citation"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/RA_etoc.cfm", "Electronic Tables of Contents", "RA_etoc"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/RA_il_loan.cfm", "Interlibrary Loan", "RA_il_loan"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/RA_loans.cfm", "Loans", "RA_loans"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/RA_support.cfm", "Research Support", "RA_support"));
		myMenuItemTmp.AddChildItem(mySousMenuItemTmp);
		mySousMenuItemTmp = new MenuItem("services/V_library_access.cfm", "Visitors", "visitors");
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/V_library_access.cfm", "Library Access", "V_library_access"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("services/V_loans.cfm", "Loans", "V_loans"));
		myMenuItemTmp.AddChildItem(mySousMenuItemTmp);	
	myMenu.AddMenuItem(myMenuItemTmp);	
	
	myMenuItemTmp = new MenuItem("training/training.cfm", "Training", "training_index");
		myMenuItemTmp.AddChildItem(new MenuItem("training/training_doriot.cfm", "Doriot Library", "training_doriot"));
		myMenuItemTmp.AddChildItem(new MenuItem("training/training_tanoto.cfm", "Tanoto Library", "training_tanoto"));
	myMenu.AddMenuItem(myMenuItemTmp);	
	
	myMenuItemTmp = new MenuItem("toolbox/citation.cfm", "Toolbox", "toolbox_index");
		myMenuItemTmp.AddChildItem(new MenuItem("toolbox/citation.cfm", "Citation Tools", "Citation_Tools"));

		myMenuItemTmp.AddChildItem(new MenuItem("toolbox/jtoc.cfm", "Electronic Tables of Contents", "toolbox_ETC"));
		myMenuItemTmp.AddChildItem(new MenuItem("toolbox/googlescholar.cfm", "Google Scholar", "toolbox_google"));
		myMenuItemTmp.AddChildItem(new MenuItem("toolbox/journal_guidelines.cfm", "Journal Editorial Guidelines", "JournalEditorialGuidelines"));
		myMenuItemTmp.AddChildItem(new MenuItem("toolbox/jif.cfm", "Journal Impact Factor", "toolbox_jif"));
		myMenuItemTmp.AddChildItem(new MenuItem("toolbox/toolbox_offcampus.cfm", "Off Campus Access", "toolbox_off_campus"));
		myMenuItemTmp.AddChildItem(new MenuItem("toolbox/toolbox_RSS.cfm", "RSS Feeds", "toolbox_RSS"));
		myMenuItemTmp.AddChildItem(new MenuItem("toolbox/libtoolbar.cfm", "Toolbar", "toolbar"));
	myMenu.AddMenuItem(myMenuItemTmp);	

	myMenuItemTmp = new MenuItem("about_library/index.cfm", "About Library", "about_library_index");
		mySousMenuItemTmp = new MenuItem("about_library/doriot_registration.cfm", "Doriot Library", "about_doriot");
			mySousMenuItemTmp.AddChildItem(new MenuItem("about_library/doriot_registration.cfm", "Access & Registration", "doriot_registration"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("about_library/doriot_facilities.cfm", "Facilities", "doriot_facilities"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("hours/index.cfm", "Hours", "hours_index"));
			//mySousMenuItemTmp.AddChildItem(new MenuItem("about_library/doriot_loans.cfm", "Interlibrary Loan ", "doriot_loans"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("about_library/doriot_subject_coverage.cfm", "Subject Coverage", "doriot_subject_coverage"));
		myMenuItemTmp.AddChildItem(mySousMenuItemTmp);		
	
		mySousMenuItemTmp = new MenuItem("about_library/tanoto_registration.cfm", "Tanoto Library", "about_tanoto");
			mySousMenuItemTmp.AddChildItem(new MenuItem("about_library/tanoto_registration.cfm", "Access & Registration", "tanoto_registration"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("about_library/tanoto_facilities.cfm", "Facilities", "tanoto_facilities"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("hours/HoursTanoto.cfm", "Hours", "hours_tanoto"));
			//mySousMenuItemTmp.AddChildItem(new MenuItem("about_library/tanoto_loans.cfm", "Interlibrary Loan", "tanoto_loans"));
			mySousMenuItemTmp.AddChildItem(new MenuItem("about_library/tanoto_subject_coverage.cfm", "Subject Coverage", "tanoto_subject_coverage"));
		myMenuItemTmp.AddChildItem(mySousMenuItemTmp);	
		
		myMenuItemTmp.AddChildItem(new MenuItem("about_library/INSEAD-Library-History.cfm", "A Brief History", "brief_history"));
	myMenu.AddMenuItem(myMenuItemTmp);	
	
	myMenu.AddMenuItem(new MenuItem("past_events/index.cfm", "Past Events", "past_events_index"));
	


