	// 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, 20, TransMenu.reference.topLeft);

		/*var menu1 = ms.addMenu(document.getElementById("a-menu"));
		menu1.addItem("Overview", "/about-rst.htm"); 
		menu1.addItem("Assessment", "/assessment.htm"); */
		
		var menu1 = ms.addMenu(document.getElementById("a-menu"));
		menu1.addItem("Overview", "/rst-courses.htm"); 
		menu1.addItem("Course Locations", "/course-locations.htm");
		
		var menu1 = ms.addMenu(document.getElementById("b-menu"));
		menu1.addItem("Overview", "/about-ss.htm"); 
		menu1.addItem("In The Press", "/in-the-press.htm"); 

		/*var submenu0 = menu3.addMenu(menu3.items[0]);
		submenu0.addItem("Accountants", "/b-capital-business-network.htm#accountants");
		submenu0.addItem("Solicitors", "/b-capital-business-network.htm#solicitors");
		submenu0.addItem("Business Brokers", "/b-capital-business-network.htm#businessbrokers");
		submenu0.addItem("Franchise Specialists", "/b-capital-business-network.htm#franchisespecialists");*/
		
		

		
		
		

		TransMenu.renderAll();
	}