function MM_openBrWindow(theURL) { //v2.0
  window.open(theURL,'MytaxLink','200, 1450');
}

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

// about us
var menu1 = ms.addMenu(document.getElementById("menu1")); 
menu1.addItem("About us", "about-us.htm#au");
menu1.addItem("Vision Statement", "about-us.htm#vs");	


		
// products
var menu2 = ms.addMenu(document.getElementById("menu2"));
menu2.addItem("LabelGuarD", "products.htm#lg");
menu2.addItem("ColorGuarD", "products.htm#cg");	
menu2.addItem("PresenceGuarD", "products.htm#pg");	
menu2.addItem("FillGuarD", "products.htm#fg");	


// applications
var menu3 = ms.addMenu(document.getElementById("menu3"));
menu3.addItem("Applications", "applications.htm#ap");	
menu3.addItem("Products Inspected", "applications.htm#pi");	
mtDropDown.renderAll();
}
