function mmLoadMenus() {
  if (window.mm_menu_0625213121_0) return;
              window.mm_menu_0625213121_0 = new Menu("root",175,18,"Georgia, Times New Roman, Times, serif",12,"#FFFFFF","#990000","#000033","#999999","center","middle",3,0,200,-5,7,true,true,true,0,false,true);
  mm_menu_0625213121_0.addMenuItem("HR&nbsp;Analysis","location='hr.php'");
  mm_menu_0625213121_0.addMenuItem("HR&nbsp;Laws","location='hr_laws.php'");
  mm_menu_0625213121_0.addMenuItem("Areas&nbsp;of&nbsp;Expertise","location='hr_areas.php'");
<!-- Commented out 09/15/08  mm_menu_0625213121_0.addMenuItem("Unemployment&nbsp;Services","location='hr_unemployment.php'"); -->
   mm_menu_0625213121_0.hideOnMouseOut=true;
   mm_menu_0625213121_0.bgColor='#555555';
   mm_menu_0625213121_0.menuBorder=2;
   mm_menu_0625213121_0.menuLiteBgColor='';
   mm_menu_0625213121_0.menuBorderBgColor='#FFFFFF';
window.mm_menu_0625213224_0 = new Menu("root",211,18,"Georgia, Times New Roman, Times, serif",12,"#FFFFFF","#990000","#000033","#999999","center","middle",3,0,200,-5,7,true,true,true,0,true,true);
  mm_menu_0625213224_0.addMenuItem("SILVER&nbsp;(2+&nbsp;employees)","location='tech.php'");
  mm_menu_0625213224_0.addMenuItem("GOLD&nbsp;(25+&nbsp;employees)","location='tech_gold.php'");
  mm_menu_0625213224_0.addMenuItem("PLATINUM&nbsp;(50+&nbsp;employees)","location='tech_platinum.php'");
   mm_menu_0625213224_0.hideOnMouseOut=true;
   mm_menu_0625213224_0.bgColor='#555555';
   mm_menu_0625213224_0.menuBorder=2;
   mm_menu_0625213224_0.menuLiteBgColor='';
   mm_menu_0625213224_0.menuBorderBgColor='#FFFFFF';

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

function newsPop() {
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so popup window is centered.
	iMyWidth = (window.screen.width/2) - (377 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (300 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var thislink = "newsletter.php";
  thislink += "?email=" + document.newsletter.email.value;
	var newswin = window.open(thislink,"Newsletter","status=no,height=300,width=325,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	newswin.focus();
}
