	if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("", "");
		menu1.addItem("- Adobe Acrobat", "associate.asp");
		menu1.addItem("- Powerpoint", "images/aa.html");
		menu1.addItem("- Excel Sheet", "aa.html");
		menu1.addItem("- Word Document", "aa.html");
		menu1.addItem("- Photoshop", "aa.html");
		mtDropDown.renderAll();
	}

document.write();
