		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);



		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Overview","company_overview.asp");
		menu1.addItem("Business Rationale","company_br.asp");
		menu1.addItem("Vision","company_vision.asp");
		menu1.addItem("Market Strategy","company_ms.asp");

		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Overview","product_overview.asp");
		menu2.addItem("PowerConnect<sup>TM</sup> Client","product_pcclient.asp");
			
		
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Speech Enabled Solutions","solution_ses.asp");
		menu3.addItem("Contact Centers","solution_contactcenters.asp");
		menu3.addItem("Predictive Dialers","solution_predictivedialers.asp");
		menu3.addItem("UMS","solution_ums.asp");
		menu3.addItem("Automated Information Delivery","solution_aid.asp");

	    mtDropDown.renderAll();						
	}
