	// 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 (lehrerDropDown.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 lehrerDropDownSet(lehrerDropDown.direction.down, 0, 0, lehrerDropDown.reference.bottomLeft);

		//==================================================================================================
		// 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("menu1"));
		menu1.addItem("About Us", "aboutus.aspx"); // send no URL if nothing should happen onclick
		menu1.addItem("PM Articles &amp; Papers", "articles.aspx"); // send no URL if nothing should happen onclick
		menu1.addItem("PMTI Instructors", "instructors.aspx");
		menu1.addItem("Testimonials", "testimonials.aspx");
		menu1.addItem("Why PMTI", "whypmti.aspx");				
		menu1.addItem("Media", "news.aspx");		
		//menu1.addItem("Partners", "partners.aspx");


		// submenu
		var subMenu1 = menu1.addMenu(menu1.items[5]);
		subMenu1.addItem("- News", "news.aspx");
		subMenu1.addItem("- Free Seminars", "allseminars.aspx");		
		subMenu1.addItem("- Promotions", "allpromotion.aspx");		

		//==================================================================================================		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("PMP\256 Sample Questions", "pmpsamplequestions.aspx");
		menu2.addItem("PMP\256 Exam Prep Bootcamp", "4daypmpbootcamp.aspx");
		menu2.addItem("CAPM\256 Exam Prep Boot Camp", "3daypmpbootcamp.aspx");		 
		menu2.addItem("PMP\256 Exam e-Learning Prep", "elearningpmpprep.aspx");
		menu2.addItem("Corporate Training", "corporaterequest.aspx");
		menu2.addItem("Download Free Infopac", "download.aspx");
		menu2.addItem("Watch a Video", "video.aspx");
		menu2.addItem("GSA Schedule", "gsa-schedule.aspx");		
		

		// submenu
		var subMenu2 = menu2.addMenu(menu2.items[1]);
		subMenu2.addItem("- Course Description", "4daypmpbootcamp.aspx");
		subMenu2.addItem("- US Classes", "4daypmpbootcountryclasses.aspx?cid=4");
		subMenu2.addItem("- Canada Classes", "4daypmpbootcountryclasses.aspx?cid=5");
		subMenu2.addItem("- India Classes", "4daypmpbootcountryclasses.aspx?cid=3");
		subMenu2.addItem("- Australia Classes", "4daypmpbootcountryclasses.aspx?cid=6");
		subMenu2.addItem("- Middle East Classes", "4daypmpbootcountryclasses.aspx?cid=7");
		subMenu2.addItem("- Singapore Classes", "4daypmpbootcountryclasses.aspx?cid=8");			
		subMenu2.addItem("- Money-Back Guarantee Terms", "4daypmpmoneybackguarantee.aspx");
		subMenu2.addItem("- FAQ", "4daypmpfaq.aspx");	
		
		var subMenu2 = menu2.addMenu(menu2.items[2]);
		subMenu2.addItem("- Course Description", "3daypmpbootcamp.aspx");
		subMenu2.addItem("- US Classes", "3daypmpbootcountryclasses.aspx?cid=4");
		subMenu2.addItem("- Canada Classes", "3daypmpbootcountryclasses.aspx?cid=5");
		subMenu2.addItem("- India Classes", "3daypmpbootcountryclasses.aspx?cid=3");
		subMenu2.addItem("- Australia Classes", "3daypmpbootcountryclasses.aspx?cid=6");
		subMenu2.addItem("- Middle East Classes", "3daypmpbootcountryclasses.aspx?cid=7");
		subMenu2.addItem("- Singapore Classes", "3daypmpbootcountryclasses.aspx?cid=8");			
		subMenu2.addItem("- Money-Back Guarantee Terms", "3daypmpmoneybackguarantee.aspx");
		subMenu2.addItem("- FAQ", "3daypmpfaq.aspx");	

		// submenu
		/*var subMenu2 = menu2.addMenu(menu2.items[3]);
		subMenu2.addItem("- Course Description", "elearningcoursedescription.aspx");		
		subMenu2.addItem("- Register", "elearningpmpprep.aspx");
		subMenu2.addItem("- Sample Demo", "elearningpmpprep.aspx");
		subMenu2.addItem("- FAQ", "elearningfaq.aspx");*/


		
		//=====================================================================OPM MENU
	    var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("e-Learning Demo!", "tour.htm");
		//menu3.addItem("PMP\256 Exam e-Learning Prep", "elearningpmpprep.aspx");		
		menu3.addItem("On-Demand e-Learning PMP\256 Exam Prep I", "OndemandPrep1.aspx");		
		menu3.addItem("On-Demand e-Learning PMP\256 Exam Prep II", "OndemandPrep2.aspx");
		menu3.addItem("Instructor Led LIVE e-Learning PMP\256 Exam Prep ", "InstructorLedLive.aspx");
		menu3.addItem("Download Free Infopac", "download.aspx");
		menu3.addItem("Watch a Video", "video.aspx");
				
		/*var subMenu3 = menu3.addMenu(menu3.items[1]);
		subMenu3.addItem("- Course Description", "opm1coursedescription.aspx");
		subMenu3.addItem("- US Classes", "opm1dayclasses.aspx?cid=4");
		subMenu3.addItem("- Canada Classes", "opm1dayclasses.aspx?cid=5");
		subMenu3.addItem("- FAQ", "opm1faq.aspx");

		var subMenu4 = menu3.addMenu(menu3.items[2]);
		subMenu4.addItem("- Course Description", "opm4coursedescription.aspx");
		subMenu4.addItem("- US Classes", "opm4dayclasses.aspx?cid=4");
		subMenu4.addItem("- Canada Classes", "opm4dayclasses.aspx?cid=5");
		subMenu4.addItem("- FAQ", "opm4faq.aspx");*/
		
		///CONSULTING MENU
		//==================================================================================================		
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("4-Day MS PS Boot Camp", "msprojectserver4days.aspx");
		menu4.addItem("2 Day MS PS for Executives", "mspsexecutives.aspx");
		menu4.addItem("2 Day MS PS for Admins", "mspsadmins.aspx");
		menu4.addItem("2 Day MS PS for PMs & HRMs", "mspspm.aspx");
		menu4.addItem("Register Now!!", "msprojectserver4days.aspx#register");		
		menu4.addItem("Free Webinars!!", "allseminars.aspx");	
		menu4.addItem("Corporate/Group Training", "corporaterequest.aspx");		
		menu4.addItem("GSA Schedule", "gsa-schedule.aspx");				
		//menu4.addItem("CMMI Assessments", "cmmiassessments.aspx");		
		//menu4.addItem("MS Project Server Strategy", "msprojectserverstrategy.aspx");
		//menu4.addItem("Project Server for your Projects", "projectserverforyourprojects.aspx");

		//==================================================================================================		
		var menu5 = ms.addMenu(document.getElementById("menu5"));		
		menu5.addItem("OPM3\256 Exec Overview (e-Learning)", "opm1coursedescription.aspx");		
		menu5.addItem("MS Project (e-Learning) (16 PDUs) ", "mslifecycle.aspx");		
		menu5.addItem("Risk Management (e-Learning) (24 PDUs)", "riskmanagementcourse.aspx");
            menu5.addItem("Earned Value Management (e-Learning) (24 PDUs)", "earnedvaluemanagment.aspx");	
            menu5.addItem("Critical Chain Schedule (e-Learning) (24 PDUs)", "criticalchaincourse.html");	
		menu5.addItem("GSA Schedule", "gsa-schedule.aspx");			
		//menu5.addItem("Six Sigma Greenbelt Certification (40 PDUs)", "sixsigma.aspx");
		//menu5.addItem("EPM Executive Overview", "executiveoverview.aspx");
		//menu5.addItem("Project Server Deployment", "projectserverdeployment.aspx");		
		//menu5.addItem("Keep Your PMP PDU Pack (60+ PDUs)", "yourpmppack.aspx");
		
		//==================================================================================================
		// 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.
		//==================================================================================================
		lehrerDropDown.renderAll();
	}

