﻿if (typeof(mtDropDown) != 'undefined' && mtDropDown.isSupported()  && document.getElementById('neoformedit') == null) {
var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
var topmenu1 = ms.addMenu(document.getElementById("topmenu1"));
var topmenu2 = ms.addMenu(document.getElementById("topmenu2"));
var topmenu3 = ms.addMenu(document.getElementById("topmenu3"));


try{
mtDropDown.renderAll();
}
catch(e)
{}
}

