/*******************************************************************
 * This variable defines the menu items for the AE Template.
 *
 ********************************************************************/
var AE_MENU_ITEMS = [
	['Allegheny Energy Home' , '/AEHome.asp', {'sb' : 'Allegheny Energy Home'},
		['Financial Information', 'http://phx.corporate-ir.net/phoenix.zhtml?c=87440&p=irol-irhome'],
		['Corporate Governance', 'http://phx.corporate-ir.net/phoenix.zhtml?c=87440&p=irol-govhighlights'],
		['Environment', '/Environment/EnvironmentHome.asp']
	],
	['Allegheny Power', 'http://www.alleghenypower.com', null,
		['Pay Your Bill', 'http://www.alleghenypower.com/CSC/Payment/PaymentOptions.asp'],
		['Customer Service', 'http://www.alleghenypower.com/CSC/CSCHome.asp', null],
		['Apply for Service', 'https://www.alleghenypower.com/CSC/Services/NewServ1.asp']
	],
	['Allegheny Energy Supply', 'http://www.alleghenyenergysupply.com', null,
		['Generating Facilities', 'http://www.alleghenyenergysupply.com/GenFacilities.asp'],
		['Market Optimization & Dispatch', 'http://www.alleghenyenergysupply.com/FuelPowerMarkets.asp']
	],
['Career Opportunities', '/HR/HRHome.asp', null],

['Contact Us', '/ContactUs.asp', null,
		['Media', '/Newsroom/NewsroomHome.asp'],
		['Outages', 'http://www.alleghenypower.com/CSC/Services/PowerOutages.asp'],
		['General Info', '/ContactUs.asp']
	],
	
];

/*******************************************************************
 * This variable defines the menu items for the AP Template.
 *
 ********************************************************************/
var AP_MENU_ITEMS = [
	['Allegheny Power Home' , '/APHome.asp', null],
	['Customer Service', '/CSC/CSCHome.asp', null],
	['Residential Customers', '/ForYourHome/APResidential.asp', null],
	['Business Customers', '/Bus2Bus/Bus2BusHome.asp', null],
	['Energy Conservation', '/EngConserv/EngConservHome.asp', null],
	['Education and Safety', '/CSC/Safety.asp', null],
	['Power Quality', '/PowerQuality/Default.asp', null],
	['Power Outages', '/CSC/Services/PowerOutages.asp', null],
	['Rates and Tariffs', '/Tariffs/Retail Tariff Home.asp', null],
	['Customer Choice', '/CSC/Choice/ChoiceHome.asp', null],
	['FAQ', '/CustomerFAQ.asp', null],
	['Career Opportunities', 'http://www.alleghenyenergy.com/HR/HRHome.asp', null,
		['Why Allegheny Energy?', 'http://www.alleghenyenergy.com/HR/HRCareers_workenv.asp'],
		['Career Search', 'http://www.alleghenyenergy.com/HR/CareersSearch.asp', null],
		['Employee Benefits', 'http://www.alleghenyenergy.com/HR/HRCareers_benefits.asp']
],
	['Contact Us', 'http://www.alleghenyenergy.com/ContactUs.asp', null],
	['Allegheny Energy Home', 'http://www.alleghenyenergy.com']
];

/*******************************************************************
 * This variable defines the menu items for the AS Template.
 *
 ********************************************************************/
var AS_MENU_ITEMS = [
	['Allegheny Energy Supply Home' , '/ASHome.asp', null],
	['Generating Facilities' , '/GenFacilities.asp'],
	['Market Optimization & Dispatch', '/FuelPowerMarkets.asp', null],
	['Career Opportunities', 'http://www.alleghenyenergy.com/HR/HRHome.asp', null],
	['Contact Us', 'http://www.alleghenyenergy.com/ContactUs.asp', null],
	['Allegheny Energy Home', 'http://www.alleghenyenergy.com']
];

/*******************************************************************
 * This variable defines the menu items for the AC Template.
 *
 ********************************************************************/
var AC_MENU_ITEMS = [
	['Allegheny Comm. Connect' , '/ACCHome.asp', null],
	['Sonet' , '/Sonet.asp', null],
	['Ethernet/Gigabit' , '/EtherGiga.asp', null],
	['Private Networks' , '/Private.asp', null],
	['Internet Access' , '/Internet.asp', null],
	['Wireless Infrastructure', '/Wireless.asp'],
	['Maps', '/Maps.asp'],
	['Allegheny Energy Home', 'http://www.alleghenyenergy.com']
];


/*******************************************************************
 * This variable defines the menu items for the AP Template.
 *
 ********************************************************************/
var FI_MENU_ITEMS = [
	['Stock Chart', 'http://www.corporate-ir.net/ireye/ir_site.zhtml?ticker=AYE&script=300', null],
	['Stock Statistics', 'http://www.corporate-ir.net/ireye/ir_site.zhtml?ticker=AYE&script=950', null],
	['Financial Releases', 'http://www.corporate-ir.net/ireye/ir_site.zhtml?ticker=AYE&script=400', null],
	['Financial Reports', 'http://www.corporate-ir.net/ireye/ir_site.zhtml?ticker=AYE&script=700', null],
	['SEC Filings', 'http://www.corporate-ir.net/ireye/ir_site.zhtml?ticker=AYE&script=1901', null],
	['Presentations', 'http://www.corporate-ir.net/ireye/ir_site.zhtml?ticker=AYE&script=1200', null],
	['Dividend History', 'http://www.corporate-ir.net/ireye/ir_site.zhtml?ticker=AYE&script=1700', null],
	['FAQ', 'http://www.corporate-ir.net/ireye/ir_site.zhtml?ticker=AYE&script=1801', null],
	['Calendar', 'http://www.corporate-ir.net/ireye/ir_site.zhtml?ticker=AYE&script=1000', null],
	['E-mail Alerts', 'http://www.corporate-ir.net/ireye/ir_site.zhtml?ticker=AYE&script=1900', null],
	['Information Requests', 'http://www.corporate-ir.net/ireye/ir_site.zhtml?ticker=AYE&script=2300', null],
	['Corporate Governance', 'http://www.corporate-ir.net/ireye/ir_site.zhtml?ticker=AYE&script=2230', null],
	['Allegheny Energy Home', 'http://http://www.alleghenyenergy.com']
];


function wrap_item (text) {
	return '&nbsp;&nbsp;' + text + '&nbsp;&nbsp;';
}