function loadDDMenu() {

  if (window.apex_menu_0) return;

  window.apex_menu_0 = new Menu("root",200,15,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#A5A5A5","#EDEDEB","#004C7D");
          apex_menu_0.addMenuItem("Alarm Response","location='http://www.apex-tb.com/residential/alarmresponse/index.html'");
	  apex_menu_0.addMenuItem("House Watch Service","location='http://www.apex-tb.com/residential/housewatch/index.html'");
          apex_menu_0.addMenuItem("Mobile Patrol","location='http://www.apex-tb.com/residential/mobilepatrol/index.html'");
          apex_menu_0.addMenuItem("Investigations","location='http://www.apex-tb.com/investigations/index.html'");
	  	apex_menu_0.hideOnMouseOut=true;



  window.apex_menu_1 = new Menu("root",200,15,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#A5A5A5","#EDEDEB","#004C7D");
          apex_menu_1.addMenuItem("Security Guards","location='http://www.apex-tb.com/securityofficers/index.html'");
          apex_menu_1.addMenuItem("Alarm Response","location='http://www.apex-tb.com/business/alarmresponse/index.html'");
          apex_menu_1.addMenuItem("Mobile Patrol","location='http://www.apex-tb.com/business/mobilepatrol/index.html'");
          apex_menu_1.addMenuItem("Investigations","location='http://www.apex-tb.com/investigations/index.html'");
	  	apex_menu_1.hideOnMouseOut=true;


  window.apex_menu_3 = new Menu("root",150,15,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#A5A5A5","#EDEDEB","#004C7D");
	  apex_menu_3.addMenuItem("News & Events","location='http://www.apex-tb.com/news/index.html'");



  apex_menu_3.writeMenus();

}
