if (mtDropDown.isSupported()) {
var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);


var menu1 = ms.addMenu(document.getElementById('menu1'));
menu1.addItem('Boat','/Inflatable_Toys_Boat_1.html');
menu1.addItem('Above Ground Pool','/Inflatable_Toys_Above_Ground_Pool_1.html');
menu1.addItem('Snow Tube','/Inflatable_Toys_Snow_Tube_1.html');
menu1.addItem('Others','/Inflatable_Toys_Others_1.html');

var menu2 = ms.addMenu(document.getElementById('menu2'));
menu2.addItem('Classic','/Indoor_Air_Bed_Classic_1.html');
menu2.addItem('Premier','/Indoor_Air_Bed_Premier_1.html');
menu2.addItem('Platium','/Indoor_Air_Bed_Platium_1.html');
menu2.addItem('Multi-Functional','/Indoor_Air_Bed_Multi_Functional_1.html');

var menu3 = ms.addMenu(document.getElementById('menu3'));
menu3.addItem('Shower Curtain','/Bathroom_Shower_Curtain_1.html');
menu3.addItem('Others','/Bathroom_Others_1.html');

var menu4 = ms.addMenu(document.getElementById('menu4'));
menu4.addItem('Paintball Bunker','/Sporting_Goods_Paintball_Bunker_1.html');
menu4.addItem('Towable','/Sporting_Goods_Towable_1.html');

var menu5 = ms.addMenu(document.getElementById('menu5'));
menu5.addItem('Massage Chair','/Air_Sofa_Chair_Massage_Chair_1.html');
menu5.addItem('Music Chair','/Air_Sofa_Chair_Music_Chair_1.html');
menu5.addItem('Multi-Functional','/Air_Sofa_Chair_Multi_Functional_1.html');

var menu6 = ms.addMenu(document.getElementById('menu6'));
menu6.addItem('Pump','/Accessories_Pump_1.html');
menu6.addItem('Valve','/Accessories_Valve_1.html');
menu6.addItem('Carry Bag','/Accessories_Carry_Bag_1.html');
menu6.addItem('Other','/Accessories_Other_1.html');

var menu7 = ms.addMenu(document.getElementById('menu7'));
menu7.addItem('Classic','/Outdoor_Air_Bed_Classic_1.html');
menu7.addItem('Premier','/Outdoor_Air_Bed_Premier_1.html');
menu7.addItem('Platium','/Outdoor_Air_Bed_Platium_1.html');
menu7.addItem('Multi-Functional','/Outdoor_Air_Bed_Multi_Functional_1.html');
mtDropDown.renderAll();}

