if (mtDropDown.isSupported()) { var ms = new mtDropDownSet(mtDropDown.direction.right, 0, 0, mtDropDown.reference.topRight);
var menu1 = ms.addMenu(document.getElementById ("menu1"));
			menu1.addItem("Rain","specialeffects.html#rain");
			menu1.addItem("Toofan/Thunder","specialeffects.html#tofaan");
			menu1.addItem("Blast","specialeffects.html#blast");
			menu1.addItem("Ground Effect","specialeffects.html#groundeffect");
			menu1.addItem("Bullets Effect","bullets-effect.html#bullets");
			menu1.addItem("Umber Blast","bullets-effect.html#umber-blast");
			menu1.addItem("Mud Blast","bullets-effect.html#mud-blast");
			menu1.addItem("Fog","bullets-effect.html#fog");
			menu1.addItem("Canon Blast","cannon-blast.html#cannon");
			menu1.addItem("Cable Hanging","cannon-blast.html#cable");
			menu1.addItem("Body Fire","cannon-blast.html#bodyfire");
			menu1.addItem("Chamki Blast","cannon-blast.html#chamki");
			menu1.addItem("Paper Blast","paper-blast.html#paper");
			menu1.addItem("Fire Ball","paper-blast.html#fire");
			menu1.addItem("Crackers","paper-blast.html#crackers");
			menu1.addItem("Stars","paper-blast.html#stars"); 
			menu1.addItem("Anar","anar.html#anar");
			menu1.addItem("Petrol Blast","anar.html#petrol");
			menu1.addItem("Water Blast / Water Fire","anar.html#waterblast");
			menu1.addItem("Breaking Glass","anar.html#breakingglass");
			menu1.addItem("Snow Fall","anar.html#snowfall");
		
var menu4 = ms.addMenu(document.getElementById ("menu4"));
			menu4.addItem("Revolving Plateform (2'x2' to 14'x14')","equipments-for-hire.html#revolving");
			menu4.addItem("Storm Fans","equipments-for-hire.html#storm-fans");
			menu4.addItem("Blowers","equipments-for-hire.html#blowers");
            menu4.addItem("Rain Machines","equipments-for-hire.html#rainmachines");
			menu4.addItem("Fog Machines","equipments-for-hire.html#fogmachines");
			menu4.addItem("Dry Ice Fog Machines","dry-ice-fog.html#dryice");
			menu4.addItem("Rig","dry-ice-fog.html#rig");
			menu4.addItem("Rustom","dry-ice-fog.html#rustom");
			menu4.addItem("Web Spider Machines","dry-ice-fog.html#webspider");
			menu4.addItem("Hydraulic Platforms","dry-ice-fog.html#hydraulic");
            menu4.addItem("Folding Stage (40'x60')","dry-ice-fog.html#folding");

mtDropDown.renderAll();

}

