
/*******************************************************************
 * This variable defines the menu items for the HR Template. 
 *
 ********************************************************************/

var HR_MENU_ITEMS = [
	['Careers Home', 'HRHome.asp', null],
	['Why Allegheny Energy?', 'HRCareers_workenv.asp', null],
	['Career Search', 'CareersSearch.asp', null],
	['Employee Benefits', 'HRCareers_benefits.asp', null],
	['Where We Live and Work', 'HRCareers_livework.asp', null],
	['Employment Testing', 'HRCareers_testing.asp', null],
	['Educational Partnerships','HRCareers_partners.asp', null],
	['Recruiting Schedule', 'HRCareers_schedule.asp', null],
	['Contact Us/Accommodations', 'HRCareers_accommodations.asp', null],
	['Talent Supplier Portal', 'http://www.talentsupplier.virtualedge.com/login/index.cfm', null],
	/***ITSR#61040 Req#1***/
	['Employee Career Center<br>(AE employees only)', 'https://www.alleghenyenergy.apply2jobs.com/index.cfm?fuseaction=main.icc', null],
	/***ITSR#61040 Req#1***/
	['Allegheny Energy Home', 'http://www.alleghenyenergy.com', null],
	
];


function wrap_item (text) {
	return '&nbsp;&nbsp;' + text + '&nbsp;&nbsp;';
}