	// 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()) {
		
		
		var ms = new TransMenuSet(TransMenu.direction.down, 0, 27, TransMenu.reference.topLeft);

		var menu1 = ms.addMenu(document.getElementById("a-menu"));
		menu1.addItem("Core Competencies", "/corporate-core.htm");
		menu1.addItem("ROI", "/corporate-roi.htm");
		menu1.addItem("United Nations", "/corporate-un-food.htm");
		menu1.addItem("Fees", "/corporate-fee.htm"); 
		
		var menu2 = ms.addMenu(document.getElementById("b-menu"));
		menu2.addItem("FAQ", "/personal-coaching.htm#faq"); 
		menu2.addItem("Fees &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;", "/personal-coaching.htm#fees"); 
		
		var menu3 = ms.addMenu(document.getElementById("c-menu"));
		menu3.addItem("Genos EI ", "/disc-and-motivators-assessments.htm#genos"); 
		menu3.addItem("DISC & Motivators Assessments &nbsp; &nbsp; ", "/disc-and-motivators-assessments.htm#disc"); 
		//menu3.addItem("Sample Reports &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;", "/disc-and-motivators-assessments.htm#samples"); 
		menu3.addItem("Comments", "/disc-and-motivators-assessments.htm#comments"); 
		menu3.addItem("FAQ", "/disc-and-motivators-assessments.htm#faq");
		menu3.addItem("Fees", "/disc-and-motivators-assessments.htm#fees");
		
		/*var menu4 = ms.addMenu(document.getElementById("d-menu"));
		menu4.addItem("Coach U Coaching Clinic", "/coach-u-coaching-clinic.htm"); 
		menu4.addItem("Coaching Clinic Participants ", "/coaching-clinic-participants.htm"); */
		
		var menu4 = ms.addMenu(document.getElementById("d-menu"));
		menu4.addItem("Coachees", "/coachee-comments.htm"); 
		menu4.addItem("Participants ", "/participant-comments.htm");
		
		

		/*var submenu0 = menu1.addMenu(menu1.items[3]);
		submenu0.addItem("Clip 1", "/index.htm");
		submenu0.addItem("Clip 2", "/index.htm");
		submenu0.addItem("Clip 3", "/index.htm");*/
		
		

		
		
		

		TransMenu.renderAll();
	}