
    var ddmx = new DropDownMenuX('menu2');
    ddmx.type = "vertical";
    ddmx.delay.show = 0;
    ddmx.delay.hide = 200;
    ddmx.init();

