	// set up drop downs anywhere in the body of the page. I think the bottom of the page is better.. 
	// but you can experiment with effect on loadtime.
	if (TransMenu.isSupported()) {

		//==================================================================================================
		// create a set of dropdowns
		//==================================================================================================
		// the first param should always be down, as it is here
		//
		// The second and third param are the top and left offset positions of the menus from their actuators
		// respectively. To make a menu appear a little to the left and bottom of an actuator, you could use
		// something like -5, 5
		//
		// The last parameter can be .topLeft, .bottomLeft, .topRight, or .bottomRight to inidicate the corner
		// of the actuator from which to measure the offset positions above. Here we are saying we want the 
		// menu to appear directly below the bottom left corner of the actuator
		//==================================================================================================
		var ms = new TransMenuSet(TransMenu.direction.down, -70, 0, TransMenu.reference.topRight);

		//==================================================================================================
		// create a dropdown menu
		//==================================================================================================
		// the first parameter should be the HTML element which will act actuator for the menu
		//==================================================================================================
		var menu1 = ms.addMenu(document.getElementById("mentoring"));
		menu1.addItem("Programme Overviews", "/Development-Programmes.asp");
		menu1.addItem("The Outstanding Professional", "/Dev-Programme-Outstanding-Professional1.asp");
		menu1.addItem("The Outstanding Independent", "/Dev-Programme-Outstanding-Independent1.asp");
		
		var menu2 = ms.addMenu(document.getElementById("members"));
		menu2.addItem("Login", "/login.asp");
		menu2.addItem("Diary System", "/diary-system/users/viewcalls.asp");
		menu2.addItem("Next Workshop", "/diary-system/workshop/next.asp");
		menu2.addItem("Teleforum Archive", "/diary-system/teleforums/default.asp");
		menu2.addItem("Monthly Bulletin Archive", "/diary-system/enews/newsletter-archive1.asp");
		menu2.addItem("Useful Links", "/links.asp");
		menu2.addItem("Log Off", "/diary-system/logoff.asp");
		
		var menu3 = ms.addMenu(document.getElementById("speaking"));
		menu3.addItem("Business Speaker", "/Speaking-Home.asp");
		menu3.addItem("Speaker Profile", "/Profile-John-Niland.asp");
		menu3.addItem("Speaking Topics", "");
		
		var submenu3 = menu3.addMenu(menu3.items[2]);
		submenu3.addItem("Endless Enquiries", "/Speaking-Topic-Endless-Enquiries.asp");
		submenu3.addItem("Hidden Value", "/Speaking-Topic-Hidden-Value.asp");
		submenu3.addItem("More Fees, Fewer Hours", "/Speaking-Topic-More-Fees-Fewer-Hours.asp");
		submenu3.addItem("Time Rediscovered", "/Speaking-Topic-Time-Rediscovered.asp");
		submenu3.addItem("The Outstanding Professional", "/Speaking-Topic-Gaining-Visibility.asp");
		submenu3.addItem("The Outstanding Independent", "/Speaking-Topic-Outstanding-Independent.asp");
		
		var menu4 = ms.addMenu(document.getElementById("inhouse"));
		menu4.addItem("In-House Workshops", "/In-House-Workshops1.asp");
		menu4.addItem("Client Workshops", "/client-workshops.asp");
		menu4.addItem("Guest Workshops", "/workshops-guest.asp");
		
		var menu5 = ms.addMenu(document.getElementById("products"));
		menu5.addItem("Time Rediscovered Audio CD", "/Products-Time-Rediscovered.asp");
		menu5.addItem("E-Courses", "");
		menu5.addItem("Successful Professional", "/SPIB.asp");
		
		var submenu5 = menu5.addMenu(menu5.items[1]);
		submenu5.addItem("More Career Opportunities from Your Network", "/morecareeropp.asp");
		submenu5.addItem("More Interim Opportunities from Your Network", "/moreinterimopp.asp");
		submenu5.addItem("More Consulting Opportunities from Your Network", "/moreconsultingopp.asp");
		submenu5.addItem("More Business Opportunities from Your Network", "/morebusinessopp.asp");
		submenu5.addItem("Time Rediscovered E-Course", "/timerediscoveredecourse.asp");
		
		var menu6 = ms.addMenu(document.getElementById("resources"));
		menu6.addItem("Resources Home", "/Resources-home.asp");
		menu6.addItem("Misc Business Resources", "");
		menu6.addItem("Useful Links", "/links.asp");
		
		var submenu6 = menu6.addMenu(menu6.items[1]);
		submenu6.addItem("Top Ten Books", "/Resources-Top-Ten-Books.asp");
		submenu6.addItem("10 Questions for Effective Networking - NEW", "/Resources-10-Questions-for-Effective-Networking.asp");
		submenu6.addItem("Attention Habits of High-Achievers", "/Resources-Attention-Habits.asp");
		submenu6.addItem("50 Vital Questions for Independents", "/Resources-50-vital-questions.asp");
		submenu6.addItem("Five Magic Questions to ask in a first consultation ", "/Resources-5-Magic-Questions.asp");
		submenu6.addItem("100 Tips to Find More Time ", "/Resources-100-tips-to-find-time.asp");
		submenu6.addItem("Sample John Niland - Audio Resources", "/Resources-Audio-Samples.asp");
		submenu6.addItem("Perennial Business Checklist", "/Resources-Perennial-Business-Checklist.asp");
		submenu6.addItem("Monthly Bulletin", "/Resources-Monthly-Bulletin.asp");
		
		var submenu7 = menu6.addMenu(menu6.items[2]);
		submenu7.addItem("Accountants and Business Advisors", "/Resources-for-Accountants.asp");
		submenu7.addItem("Human Resources Professionals ", "/Resources-for-HR.asp");
		submenu7.addItem("Interim Managers", "/Resources-for-Interim-Managers.asp");
		submenu7.addItem("Consultants & Trainers", "/Resources-for-Consultants.asp");
		submenu7.addItem("Coaches", "/Resources-for-Coaches.asp");
		submenu7.addItem("Independent Financial Advisors ", "/Resources-for-IFA.asp");
		submenu7.addItem("Service Business Owners", "/Resources-for-Business-Owners.asp");
		submenu7.addItem("Professional Institutes and Conference Organisers ", "/Resources-for-Conference-Organisers.asp");
		
			
		var menu7 = ms.addMenu(document.getElementById("about"));
		menu7.addItem("Our Values", "/About-Us-Values.asp");
		menu7.addItem("Client Comments", "/Client-Comment.asp");
		menu7.addItem("Team Member Profiles", "");		
		
		
		var submenu8 = menu7.addMenu(menu7.items[2]);
		submenu8.addItem("Principal Coach", "");
		submenu8.addItem("Associate Coaches", "");
		submenu8.addItem("Client Support", "");
		
		
		var submenu9 = submenu8.addMenu(submenu8.items[0]);
		submenu9.addItem("John Niland", "/Profile-John-Niland.asp");		
		
		var submenu10 = submenu8.addMenu(submenu8.items[1]);
		submenu10.addItem("Albert Wright", "/Profile-Albert-Wright.asp");
		submenu10.addItem("David Klaasen", "/Profile-David-Klaasen.asp");
		submenu10.addItem("Paul Davis", "/Profile-Paul-Davis.asp");
		submenu10.addItem("Liz Barron", "/Profile-Liz-Barron.asp");
		submenu10.addItem("Wim Van Acker", "/Profile-Wim-Van-Acker.asp");
		
		var submenu11 = submenu8.addMenu(submenu8.items[2]);
		submenu11.addItem("Pam Harris", "/Profile-Client-Support.asp");
		submenu11.addItem("Zoe Yarker", "/Profile-Client-Support.asp");		
		
		
		/*
		var submenu8 = menu7.addMenu(menu7.items[2]);
		submenu8.addItem("John Niland", "/Profile-John-Niland.asp");
		submenu8.addItem("Trica Boyd", "/Profile-Tricia-Boyd.asp");
		submenu8.addItem("Alice Talo", "/Profile-Alice-Talo.asp");
		submenu8.addItem("Alastair Morrison", "/Profile-Alastair-Morrison.asp");
		submenu8.addItem("Dawn Shepherd", "/Profile-Dawn-Shepherd.asp");
		submenu8.addItem("Pam Harris", "/Profile-Pam-Harris.asp");
		submenu8.addItem("Sara Kinsley", "/Profile-Sara-Kinsley.asp");*/
		
		
		// write drop downs into page
		//==================================================================================================
		// this method writes all the HTML for the menus into the page with document.write(). It must be
		// called within the body of the HTML page.
		//==================================================================================================
		TransMenu.renderAll();
	}
