		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
		
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Shrink Tunnel IP-3015, 3020","shrink-tunnel.html");
		menu1.addItem("Shrink Tunnel with Websealer","shrink-tunnel.html#shrink-tunnel-with-web-series");
		menu1.addItem("Shrink Chamber IP-2000 Series","shrink-tunnel.html#shrink-chamber");
		
		menu1.addItem("POF Shrink Film","shrink-tunnel.html#pof-shrink-film");


		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Strapping Machines IP-501 Series","shrink-tunnel.html#table-top-strapping");
		menu2.addItem("Fully Automatic Strapping Machines ","shrink-tunnel.html#fully-automatic-strapping");
		
	

	    mtDropDown.renderAll();

	}