    if (mtDropDown.isSupported()) {

        var ms = new mtDropDownSet(mtDropDown.direction.down, 2, 0, mtDropDown.reference.bottomLeft);

        var menu3 = ms.addMenu(document.getElementById("menu3"));
        menu3.addItem("ToringoCrypto Plugin", "../product/crypto.html");
		menu3.addItem("ToringoDRMInfo Plugin", "../product/drminfo.html");

mtDropDown.renderAll();
    }
// JavaScript Document