if (mtDropDown.isSupported())
{
	var ms = new mtDropDownSet(mtDropDown.direction.down, -1, 3, mtDropDown.reference.bottomLeft);

	var menu1 = ms.addMenu(document.getElementById("menu1"));
	menu1.addItem("Mission", "index.php?symbol=mission.htm");
	menu1.addItem("Vision", "index.php?symbol=vision.htm");
	menu1.addItem("Strategic Priorities", "index.php?symbol=strategic_priorities.htm");
	menu1.addItem("Board", "index.php?symbol=board.htm");

	var menu2 = ms.addMenu(document.getElementById("menu2"));
	menu2.addItem("Benefits of membership", "index.php?symbol=benefits_of_membership.htm");
	menu2.addItem("New members", "index.php?symbol=new_member.htm");
	menu2.addItem("Renew your membership", "index.php?symbol=renew_your_membership.htm");
	
	var menu3 = ms.addMenu(document.getElementById("menu3"));
	menu3.addItem("Towards Change", "index.php?symbol=towards_change.htm");
	menu3.addItem("Advocacy", "index.php?symbol=advocacy.htm");
	menu3.addItem("Senior Smart", "index.php?symbol=senior_smart.htm");
	menu3.addItem("Positive Aging", "index.php?symbol=positive_aging.htm");
	menu3.addItem("Newsletters/Publications", "index.php?symbol=newsletters_publications.htm");

	mtDropDown.renderAll();

}
