function cOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#FFFFCC";
}
}

function cOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#FFFFFF";
}
}

function LoadMenus() {
  if (window.menu_0) return;
  window.menu_0 = new Menu("root",150,15,"Verdana, Arial, Helvetica, sans-serif",9,"#666666","#333333","#FFFFFF","#FFFFCC","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  menu_0.addMenuItem("ENGINEERS","location='personnel/engineer/index.html'"); menu_0.addMenuItem("FIELD TECHNICIANS","location='personnel/fieldtech/index.html'"); menu_0.hideOnMouseOut=true; menu_0.bgColor='#CCCCCC'; menu_0.menuBorder=1;


menu_0.writeMenus();
} // mmLoadMenus()