
var erIsDdMenu=false;
if (mtDropDown.isSupported()) {
	var ms = new mtDropDownSet(mtDropDown.direction.down, 11,1, mtDropDown.reference.bottomLeft);
	mtDropDown.renderAll();
};