	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu0 = ms.addMenu(document.getElementById("menu0"));
		menu0.addItem("&nbsp;Stainless Steel Wire Mesh", "stainless_steel_wire_mesh.html");
		menu0.addItem("&nbsp;Brass Wire Cloth", "brass_wire_cloth.html");
		menu0.addItem("&nbsp;Phosphor Bronze Wire Mesh", "phosphor_bronze_wire_mesh.html");
		menu0.addItem("&nbsp;Dutch Filter Wire Cloth", "dutch_filter_wire_cloth.html");
		menu0.addItem("&nbsp;Filter Discs", "filter_discs.html");
	
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("&nbsp;Galvanized Welded Mesh", "welded_mesh.html"); 
		menu1.addItem("&nbsp;Square Wire Mesh", "square_wire_mesh.html"); 
		menu1.addItem("&nbsp;Hexagonal Wire Netting", "hexagonal_wire_netting.html"); 
		menu1.addItem("&nbsp;Gabions", "gabions.html");
		menu1.addItem("&nbsp;Crimped Wire Mesh", "crimped_wire_mesh.html");
		menu1.addItem("&nbsp;Expanded Metal", "expanded_metal.html");
		menu1.addItem("&nbsp;Perforated Metal", "perforated_metal.html");

		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("&nbsp;Chain Link Fence", "chain_link_fence.html"); 
		menu2.addItem("&nbsp;Barbed Wire", "barbed_wire.html"); 
		menu2.addItem("&nbsp;Razor Wire", "razor_wire.html"); 
		menu2.addItem("&nbsp;Various Fences", "various_fences.html");
		menu2.addItem("&nbsp;Fencing Panels", "fencing_panels.html");

		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("&nbsp;Galvanized Wire", "galvanized_wire.html"); 
		menu3.addItem("&nbsp;Stainless Steel Wire", "stainless_steel_wire.html"); 
		menu3.addItem("&nbsp;Binding Wire", "binding_wire.html"); 
		menu3.addItem("&nbsp;PVC Coated Wire", "pvc_coated_wire.html"); 

		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("&nbsp;Fiberglass Screen", "fiberglass_screen.html"); 
		menu4.addItem("&nbsp;Aluminum Insect Screen", "aluminum_insect_screen.html");
		menu4.addItem("&nbsp;Galvanized Insect Screen", "galvanized_insect_screening.html"); 
	
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("&nbsp;Welded Wire Mesh Machine", "welded_wire_mesh_machine.html");
		menu5.addItem("&nbsp;Wire Mesh Weaving Looms", "weaving_looms.html");
		menu5.addItem("&nbsp;Barbed Wire Machine", "barbed_wire_machine.html");
		menu5.addItem("&nbsp;Expanded Metal Machine", "expanded_metal_machine.html");
		menu5.addItem("&nbsp;Chain Link Fence Machine", "chain_link_fence_machine.html");
		mtDropDown.renderAll();
	}
