if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);


var menu1 = ms.addMenu(document.getElementById("menu1"));
menu1.addItem("Rugby Balls","/glpcat/clnt_cat_ep.pl?pcid=12425&cloc=34737_35054_34739");
menu1.addItem("Rugby Accessories","/glpcat/clnt_cat_ep.pl?pcid=12425&cloc=34737_35628_35055");
//About JSPL

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Rugby Balls","rugby-balls.html");
		menu1.addItem("Rugby Protective Wear","rugby-protective-wear.html");
		menu1.addItem("Rugby Accessories","rugby-accessories.html");

		

	    mtDropDown.renderAll();

	}





