/*
  --- menu items --- 
*/
var MAIN_MENU_ITEMS = [
	['<br>Home','http://www.northitascaelectric.com/index.html'],
	['<br>Services', null, null,
	   ['Appliance Store', 'http://www.northitascaelectric.com/appliance.html'],
	   ['Round Up', 'http://www.northitascaelectric.com/roundup.html', null,
		['Application', 'http://www.northitascaelectric.com/forms/OperationRoundUp2010.pdf'],
	   ],
	   ['Wellspring Wind Energy', 'http://www.northitascaelectric.com/wellspring.html', null,
		['Application', 'http://www.northitascaelectric.com/forms/WellspringApplication.html'],
           ],
	   ['WildBlue', 'http://www.northitascaelectric.com/WildBlue.html'],
	],
	['Energy Management', null, null,
		['Introduction', 'http://www.northitascaelectric.com/energymanagementintro.html'],
		['Off-Peak', null, null,
			['Programs', 'http://www.northitascaelectric.com/offpeak.html'],
			['Requirements', 'http://www.northitascaelectric.com/offpeakrequirements.html'],
		],
		['Heating', null, null,
			['Storage', 'http://www.northitascaelectric.com/storageheating.html'],
			['Air Source', 'http://www.northitascaelectric.com/airsourceheating.html'],
			['Space Heating', 'http://www.northitascaelectric.com/spaceheating.html'],
			['Ground Source', 'http://www.northitascaelectric.com/groundsourceheating.html'],
		],
		['Cooling', 'http://www.northitascaelectric.com/cooling.html'],
		['Hot Water', 'http://www.northitascaelectric.com/waterheating.html'],
		['Information', null, null,
			['Calculators', null, null,	
				['Degree Days', 'http://www.degreedays.net'],
			],
			['Power Up - Newsletter', 'http://www.myenergytips.com/Newsletter.aspx?accountid=75'],
		],
		['Application', 'http://www.northitascaelectric.com/forms/OffPeakApplication.pdf'],		
	],
	['<br>Watts News', null, null,
		['March Issue', 'http://www.northitascaelectric.com/news/201003.html'],
		['Archive', 'http://www.northitascaelectric.com/watts.html'],
	],
	['<br>About Us', 'about.html'],
 	['<br>My Account', null, null,
		['View/Pay my Bill', 'http://online.northitascaelectric.com/'],
	],
	['<br>FAQ', null, null,
		['Electricians', 'http://www.northitascaelectric.com/electricians.html'],
		['Contractors', 'http://www.northitascaelectric.com/contractors.html'],
		['Design Rules of Thumb', 'http://www.northitascaelectric.com/designrules.html'],
		['Energy Audit', 'http://www.northitascaelectric.com/energyaudit.html'],
		['Energy Saving Tips', 'http://www.northitascaelectric.com/energysavingtips.html'],
		['Forms/Applications', 'http://www.northitascaelectric.com/forms.html'],
		['Residential Rates', 'http://www.northitascaelectric.com/rates.html'],
		['Home Heat Loss', 'http://www.northitascaelectric.com/homeheatloss.html'],
		['Rate Comparisons', 'http://www.northitascaelectric.com/comparison.html'],
	],
    	
];