function mmLoadMenus() {
  if (window.mm_menu_1102154629_0) return;
  window.mm_menu_1102154629_0 = new Menu("root",140,20,"Arial, Helvetica, sans-serif",12,"#666666","#FFFFFF","#B6D2E4","#0069B5","left","middle",3,0,500,-5,7,true,false,true,3,true,true);
  mm_menu_1102154629_0.addMenuItem("COMPANY PROFILES","window.open('company_profiles.htm', '_blank');");
  mm_menu_1102154629_0.addMenuItem("DEVELOPMENT GOALS","window.open('Development_Goals.htm', '_blank');");
  mm_menu_1102154629_0.addMenuItem("BUSINESS DIRECTION","window.open('business_direction.htm', '_blank');");
   mm_menu_1102154629_0.fontWeight="bold";
   mm_menu_1102154629_0.hideOnMouseOut=true;
   mm_menu_1102154629_0.bgColor='#555555';
   mm_menu_1102154629_0.menuBorder=0;
   mm_menu_1102154629_0.menuLiteBgColor='#FFFFFF';
   mm_menu_1102154629_0.menuBorderBgColor='#0069B5';

mm_menu_1102154629_0.writeMenus();
} // mmLoadMenus()

function imgChg(thisNum,thisImg,theOtherNum,theOtherImg){
	if (document.all){	//IE4
		mychg(thisNum,"on",thisImg)
		mychg(theOtherNum,"off",theOtherImg)
		eval("divMail"+thisNum+".style.visibility='visible'")
		eval("divMail"+theOtherNum+".style.visibility='hidden'")
	}
}

function mychg(num,status,thisimg){
	myimg=new Image()
	myimg.src="image/menue0"+num+"_"+status+".gif"
	eval(thisimg+".src='"+myimg.src+"'")
}
