function MM_openBrWindow(theURL) { //v2.0
  window.open(theURL, 'tinyWindow', 'toolbar=no,addressbar=no,resizable=no,scrollbars=no,height=340px,width=440px');
}

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



var menu2 = ms.addMenu(document.getElementById("menu2")); 
menu2.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> TEFLON Products (P.T.F.E)", "taflon.htm");
menu2.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> NYLON/DELRIN ( Rods, Sheets & Bushes )", "p1.htm");
menu2.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> POLYPROPYLENE ( Rods, Sheets & Bushes )", "p1.htm#1");
menu2.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> POLYURETHANE ( Rods, Sheets & Bushes )", "polyurethane.htm");
menu2.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> ULTRA HIGH MOLECULAR WEIGHT POLYETHYLENE (UHMWPE)", "p1.htm#2");
menu2.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> CAST NYLON ( METALON )", "metalon.htm");
menu2.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> PVC Rods & Sheets ", "p1.htm#3");
menu2.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> HIGH DENSITY POLYETHYLENE (HDPE)", "hdpe.htm");
menu2.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> ACRYLIC & POLYCARBONATE ", "acrylic.htm"); 
menu2.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> ASBESTOS & NON ASBESTOS Jointing Sheets", ""); 
menu2.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> ASBESTOS & NON ASBESTOS Packing", ""); 
//menu2.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> Asbestos Mill Board", "careers.php"); 

var subMenu0 = menu2.addMenu(menu2.items[9]); 
		subMenu0.addItem("<img src=images/icon_bluedot.gif width=5 height=5 /> ASBESTOS JOINTINGS SHEETS","asbestos.htm");
		subMenu0.addItem("<img src=images/icon_bluedot.gif width=5 height=5 /> NON ASBESTOS JOINTINGS SHEETS","non-asbestos.htm");
var subMenu0 = menu2.addMenu(menu2.items[10]); 
		subMenu0.addItem("<img src=images/icon_bluedot.gif width=5 height=5 /> ASBESTOS PACKING","asbestos-packaging.htm");
		subMenu0.addItem("<img src=images/icon_bluedot.gif width=5 height=5 /> NON ASBESTOS PACKING","non-asbestos-packaging.htm");
		
  mtDropDown.renderAll();
  }
