/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['About EEI' , null, null,
		['About Us' ,'AboutEEI.htm'],
		['Why EEI' , 'WhyEEI.htm'],
		['Benefits' , 'EEIBenefits.htm'],
		['Reporting' , 'EEIReporting.htm'],
		['Recovery Process' , 'EEIRecovery.htm'],	
	],
	['Services', null, null,
		['Early Out', 'EEIEarlyOut.htm'],
		['Bad-Debt', 'EEIBadDebt.htm'],
		['AR Outsourcing', 'EEIOutsourcing.htm'],
		['Insurance Reimbursement' , 'EEIReimbursements.htm']
	],
	['Associations', null, null,
		['Association of Credit and Collection Professionals' , 'http://www.acainternational.org'],
		['North Carolina Medical Group Managers' , 'http://www.ncmgm.org'],
		['Georgia Medical Group Managers' , 'http://www.gmgma.com'],
		['Greater Atlanta Medical Management Association' , 'http://www.gammassociation.com'],
		['Illinois Medical Group Managers' , 'http://www.ilmgma.com'],
		['National Federation of Independent Business' , 'http://www.nfib.com'],
		['Jefferson Area Chamber of Commerce' , 'http://jeffersonchamber.com'],
	],
	['Success Stories', null, null,
		['Testimonials' , 'EEITestimonials.htm'],
	],
	['Contact', null, null,
		['E-mail', 'mailto: sales@extensionexpress.com?subject=Sale inquiry'],
		['800-742-8799'],
		['770-908-9899'],
	],
];

