	if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.left, 0, -28, mtDropDown.reference.bottomRight);
		
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("PBS8 EAM", "pbs8eam.htm");
		menu1.addItem("PBS8 ESM", "pbs8esm.htm");
		menu1.addItem("Strategic Asset Tools", "strategic.htm");
		menu1.addItem("TransLingual", "trans.htm");
		menu1.addItem("HyperGraphica", "hyper.htm");
		
		mtDropDown.renderAll();
	}
