var Prefix = '/';

var menuItems = new Array(
	null,		/* leave first always "null" */
	new Array(
    	new Array("Overview", Prefix+"overview.html", null),
    	new Array("People", Prefix+"people.html", null),
    	new Array("Employment", Prefix+"employment.html", null),
     new Array("Our Partners", Prefix+"our_partners.html", null),
     new Array("Our Clients", Prefix+"our_clients.html", null),
	 new Array("Secure Access", Prefix+"secure_access.html", null)
    ),
	new Array(
    	new Array("Announcements", Prefix+"announcements.html", null),
    	new Array("Case Study", Prefix+"case_study.html", null),
    	new Array("Testimonials", Prefix+"testimonials.html", null)
    ),
	new Array(
    	new Array("MPI Integrity", Prefix+"products_integrity.html", null),
    	new Array("Revenue Cycle Tools", Prefix+"revenue_cycle_tools.html", null),
    	new Array("Management Info", Prefix+"management_info.html", null),
	new Array("Support Policy", Prefix+"support_policy.html", null)
    ),
	new Array(
    	new Array("MPI Clean-up", Prefix+"services_integrity.html", null),
		new Array("Red Flag Identity Theft", Prefix+"services_red_flag.html", null),
	   	new Array("A/R Outsourcing", Prefix+"ar_outsourcing.html", null),
	   	new Array("Consulting", Prefix+"consulting.html", null),
		new Array("Facilities Management", Prefix+"facilities_management.html", null)
    ),
	new Array(
   		new Array("Request Info", Prefix+"request_info.asp", null)  /* changed from request_info.html to .asp */
    ),
	null,
	null,
	null
  );

/* new Array(left-pos, top-pos, indiv-item-height, menu-width) */
var menuMeta = new Array(
	null,
	new Array(127, 125, 16, 128),
	new Array(257, 125, 16, 128),
	new Array(378, 125, 16, 148),
	new Array(507, 125, 16, 148),
	new Array(648, 125, 16, 128),
	null,
	null,
	null
  );
