	if (mtDropDown.isSupported()) {
		//topLeft  topRight bottomLeft bottomRight
		var ms = new mtDropDownSet(mtDropDown.direction.right, 150, 1, mtDropDown.reference.topLeft);
	   try{
		   
			var menu1 = ms.addMenu(document.getElementById("divProduct")); 
			for(var i=0;i<category.length;i++)
			{  
				 
				menu1.addItem(category[i], "product.aspx?category=" + category[i]); 
			}  
	   }catch(e){}
		mtDropDown.renderAll();
	}
