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);

// SERVICES
var menu1 = ms.addMenu(document.getElementById("menu1")); 
menu1.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> Business Development", "business_development.php");
menu1.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> Customer Service", "customer_service.php"); 
menu1.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> Information Technology", "information_technology.php");	
menu1.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> Internet Design", "internet_design.php");  
menu1.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> Marketing", "marketing.php");    
menu1.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> Sales", "sales.php");
menu1.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> Specialty Markets", "billiards.php");
menu1.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> Training", "training.php");

var subMenu0 = menu1.addMenu(menu1.items[6]); 
		subMenu0.addItem("<img src=/images/icon_bluedot.gif width=5 height=5 /> Billiards","billiards.php");
		subMenu0.addItem("<img src=/images/icon_bluedot.gif width=5 height=5 /> Spa","spa.php");
		subMenu0.addItem("<img src=/images/icon_bluedot.gif width=5 height=5 /> Retail","retail.php");

var menu2 = ms.addMenu(document.getElementById("menu2")); 
menu2.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> Overview", "overview.php");
menu2.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> Management", "management.php"); 
menu2.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> Affiliations", "affiliations.php"); 
menu2.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> Partners", "partners.php"); 
menu2.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> Careers", "careers.php"); 

var menu3 = ms.addMenu(document.getElementById("menu3")); 
menu3.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> FAQ&rsquo;s", "faq.php");
menu3.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> Request Support", "support.php");
menu3.addItem("<img src=images/icon-orange-arrow.gif width=14 height=7 border=0 /> On-line chat", "javascript:MM_openBrWindow('live_chat.php');");


  mtDropDown.renderAll();
  }
