<!--

function mmLoadMenus() {

  if (window.mm_menu_0) return;

  window.mm_menu_0 = new Menu("root",270,20,"Arial, Verdana, Helvetica, sans-serif",11,"#5E5E5E","#ffffff","#FFFFFF","#84AEE0","left","middle",4,0,1000,-5,7,true,true,true,0,false,false);

  mm_menu_0.addMenuItem("Land Development","window.open('land.html', '_self');");

//  mm_menu_0.addMenuItem("&nbsp;&nbsp;&nbsp;&#149;&nbsp; Masterplanned Communities","window.open('#', '_self');");

  mm_menu_0.addMenuItem("Infrastructure Development","window.open('infrastructure.html', '_self');");

  mm_menu_0.addMenuItem("Multi-Family Housing","window.open('multi.html', '_self');");

  mm_menu_0.addMenuItem("Transportation","window.open('transportation.html', '_self');");
  
  mm_menu_0.addMenuItem("Recreation and Parks Development","window.open('recreation.html', '_self');");

  mm_menu_0.addMenuItem("Flood Control and Stormwater Management","window.open('flood.html', '_self');");

//  mm_menu_0.addMenuItem("&nbsp;&nbsp;&nbsp;&#149;&nbsp; Rainwater Harvesting","window.open('#', '_self');");

   mm_menu_0.fontWeight="bold";

   mm_menu_0.hideOnMouseOut=true;

   mm_menu_0.menuBorder=1;

   mm_menu_0.menuLiteBgColor='#ffffff';

   mm_menu_0.menuBorderBgColor='#000000';

   mm_menu_0.bgColor='#000000';


  mm_menu_0.writeMenus();

} // mmLoadMenus()



//-->
