		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);


		var menu1 = ms.addMenu(document.getElementById("menu1"));		
		menu1.addItem("Novelty","novelty.htm");
		menu1.addItem("Infringement","Infringement.htm");		
		menu1.addItem("Patent Landscape","Patent-Landscape.htm");
		
		
		mtDropDown.renderAll();

	}




