		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>&#1055;&#1088;&#1086;&#1092;&#1072;&#1081;&#1083;</a> ¤ <a href=index.html#vision>&#1052;&#1080;&#1088;&#1086;&#1074;&#1086;&#1079;&#1079;&#1088;&#1077;&#1085;&#1080;&#1077;</a> ¤ <a href=index.html#mission>&#1052;&#1080;&#1089;&#1089;&#1080;&#1103;</a>","#");
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("<a href=web-offset.html>&#1056;&#1086;&#1090;&#1072;&#1094;&#1080;&#1086;&#1085;&#1085;&#1072;&#1103; &#1086;&#1092;&#1089;&#1077;&#1090;&#1085;&#1072;&#1103; &#1087;&#1077;&#1095;&#1072;&#1090;&#1100;</a> ¤ <a href=mini-offset-poly-offset.html>&#1054;&#1092;&#1089;&#1077;&#1090;&#1085;&#1099;&#1077; &#1084;&#1080;&#1085;&#1080;-&#1084;&#1072;&#1096;&#1080;&#1085;&#1099;</a> ¤ <a href=sheetfed-offset.html>&#1051;&#1080;&#1089;&#1090;&#1086;&#1074;&#1086;&#1081; &#1086;&#1092;&#1089;&#1077;&#1090;</a><br><a href=mini-offset-poly-offset.html#poly-offset>&#1054;&#1092;&#1089;&#1077;&#1090; &#1085;&#1072; &#1087;&#1086;&#1083;&#1080;&#1101;&#1090;&#1080;&#1083;&#1077;&#1085;&#1077;</a> ¤ <a href=sheetfed-offset.html#computer-stationery>&#1055;&#1077;&#1095;&#1072;&#1090;&#1100; &#1082;&#1086;&#1084;&#1087;&#1100;&#1102;&#1090;&#1077;&#1088;&#1085;&#1086;&#1081; &#1087;&#1077;&#1095;&#1072;&#1090;&#1085;&#1086;&#1081; &#1087;&#1088;&#1086;&#1076;&#1091;&#1082;&#1094;&#1080;&#1080;</a> ¤ <a href=sheetfed-offset.html#label-printing>&#1055;&#1077;&#1095;&#1072;&#1090;&#1100; &#1101;&#1090;&#1080;&#1082;&#1077;&#1090;&#1086;&#1082;</a>","#");


		mtDropDown.renderAll();
}

