 if (mtDropDown.isSupported()) {
      var ms = new mtDropDownSet(mtDropDown.direction.left, -297, -18, mtDropDown.reference.bottomLeft);

if(document.getElementById("menu1")){
    var menu1 = ms.addMenu(document.getElementById("menu1"));
      menu1.addItem("Safety Nets of Twisted Ropes","/twisted-rope-net.html");
menu1.addItem("Safety Nets of Braided Twine","/braided-net.html");
menu1.addItem("Safety Nets 2 Mm Double Cord Types","/double-cord-net.html");
menu1.addItem("Cargo Nets","/cargo-nets.html");
menu1.addItem("Helideck Nets/Gangway/Scrambling Nets","/scrambling-nets.html");
menu1.addItem("Scaffoldings And Debris Protection Nets","/scaffoldings-and-debris-protection-nets.html");
menu1.addItem("Misc Industrial Nets","/misc-industrial-nets.html");
 mtDropDown.renderAll();
       }
if(document.getElementById("menu2")){
    var menu2 = ms.addMenu(document.getElementById("menu2"));
      menu2.addItem("Fall Protection / Head Protection","/head-protection.html");
menu2.addItem("Eye / Ear / Face Protection","/eye-ear-face-protection.html");
menu2.addItem("Eye Wash Fountain / Safety Showers","/eye-wash-showers.html");
menu2.addItem("Traffic Safety","/traffic-safety.html");
menu2.addItem("Safety Shoes","/safety-shoes.html");
 mtDropDown.renderAll();
       }
if(document.getElementById("menu3")){
    var menu3 = ms.addMenu(document.getElementById("menu3"));
      menu3.addItem("Wooden Rungs Rope Ladder","/wooden-rungs-rope-ladder.html");
menu3.addItem("Aluminum Rungs Rope Ladder","/aluminum-rungs-rope-ladder.html");
 mtDropDown.renderAll();
       }
if(document.getElementById("menu4")){
    var menu4 = ms.addMenu(document.getElementById("menu4"));
      menu4.addItem("Wire Ropes","/wire-ropes.html");
 mtDropDown.renderAll();
       }
if(document.getElementById("menu5")){
    var menu5 = ms.addMenu(document.getElementById("menu5"));
      menu5.addItem("Flat Webbing Slings","/flat-webbing-slings.html");
menu5.addItem("Multi Leg Polyester Slings","/multi-leg-polyester-slings.html");
menu5.addItem("Endless Round Slings","/endless-round-slings.html");
menu5.addItem("Cargo Lashing Ratchet","/cargo-lashing-ratchet.html");
menu5.addItem("Single Part Wire Rope Slings","/single-part-wire-rope-slings.html");
menu5.addItem("Two Legged Wire Rope Slings","/two-legged-wire-rope-slings.html");
menu5.addItem("Three Leg / Four Leg Wire Rope Slings","/leg-wire-rope-slings.html");
menu5.addItem("Endless Grommet Slings/ Braided Belt Slings","/endless-grommet-slings.html");
menu5.addItem("Chain Sling Specifications","/chain-sling-specifications.html");
menu5.addItem("Chain Sling Types","/chain-sling-types.html");
 mtDropDown.renderAll();
       }
if(document.getElementById("menu6")){
    var menu6 = ms.addMenu(document.getElementById("menu6"));
      menu6.addItem("Horizontal/Vertical Plate Lift Clamps/Pipe Clamps","/plate-lifting-clamps.html");
menu6.addItem("Other Chain &amp; Wire Rope Accessaries","/wire-rope-accessaries.html");
 mtDropDown.renderAll();
       }
if(document.getElementById("menu7")){
    var menu7 = ms.addMenu(document.getElementById("menu7"));
      menu7.addItem("Material Handling Equipments","/material-handling-equipments.html");
 mtDropDown.renderAll();
       }
}
