		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("<a href=index.html#profile>&#1604;&#1605;&#1581;&#1577; &#1593;&#1606; &#1575;&#1604;&#1588;&#1585;&#1603;&#1577;&nbsp;</a> ¤ <a href=index.html#vision>&#1575;&#1604;&#1585;&#1572;&#1610;&#1577;&nbsp;</a> ¤ <a href=index.html#mission>&#1575;&#1604;&#1605;&#1607;&#1605;&#1577;</a>","#");
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("<a href=#web-offset>&#1608;&#1610;&#1576; &#1571;&#1608;&#1601;&#1587;&#1578;&nbsp;</a> ¤ <a href=#mini-offset>&#1571;&#1608;&#1601;&#1587;&#1578; &#1575;&#1604;&#1605;&#1589;&#1594;&#1585;</a> ¤ <a href=#sheetfed-offset>&#1588;&#1610;&#1578;&#1601;&#1610;&#1583; &#1571;&#1608;&#1601;&#1587;&#1578;</a> ¤ <a href=#poly-offset>&#1571;&#1608;&#1601;&#1587;&#1578;&#1604;&#1576;&#1608;&#1604;&#1610;&#1579;&#1610;&#1606;</a> ¤ <a href=#computer-stationery>&#1602;&#1585;&#1591;&#1575;&#1587;&#1610;&#1577; &#1575;&#1604;&#1603;&#1605;&#1576;&#1610;&#1608;&#1578;&#1585;</a> ¤ <a href=../sheetfed-offset.html#label-printing>&#1591;&#1576;&#1575;&#1593;&#1577; &#1575;&#1604;&#1576;&#1591;&#1575;&#1602;&#1575;&#1578;</a>","#");


		mtDropDown.renderAll();
}

