

function mmLoadMenus() {
  if (window.mm_menu_3_0) return;

   window.mm_menu_3_0 =  new Menu("root",315,30,"Verdana, Arial, Helvetica, sans-serif",12,"#FFFFFF","#ffffff","#ff6600","#009900","left","middle",12,1,200,-5,7,true,false,true,0,true,true);
   mm_menu_3_0.addMenuItem("MODELLING&nbsp;AND&nbsp;ASSESSMENT","location='modelling-and-assessment.htm'");
mm_menu_3_0.addMenuItem("PLANNING&nbsp;AND&nbsp;ENVIRONMENTAL&nbsp;PERMITTING","location='planning-and-environmental-permitting.htm'");
mm_menu_3_0.addMenuItem("MONITORING&nbsp;SERVICES","location='monitoring-services.htm'");
mm_menu_3_0.addMenuItem("EXPERT&nbsp;WITNESS","location='expert-witness-services.htm'");


   mm_menu_3_0.fontWeight="normal";
   mm_menu_3_0.hideonmouseout=true;
   mm_menu_3_0.bgColor='#ff6600';
   mm_menu_3_0.menuBorder=0;
   mm_menu_3_0.menuLiteBgColor='#FFFFFF';
   mm_menu_3_0.menuBorderBgColor='#777777';

   
   
mm_menu_3_0.writeMenus();
} // mmLoadMenus()
