		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
		
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("PVC Shrink Films","pvc-shrink-films.html");
		menu1.addItem("PET Shrink Films","pet-shrink-films.html");
		menu1.addItem("Turnkey Project","pvc-shrink-films.html#turnkey-project");
	    mtDropDown.renderAll();

	}