var xmenu1={divclass:'xmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "xmenu1" is a unique name!
xmenu1.items=[
	["Solar Electric", "solar-electric.asp"],
	["Expandable Solar", "ExpandableSolarSystem.asp"],
	["Geothermal", "geothermal-heat-pumps.asp"],
	["Wind Energy", "WindEnergy.asp"],
	["Wind System FAQ's", "WindSystemFAQs.asp"],
	["Solar Water Heating", "Solar-Thermal-Water_Heating.asp"],
	["Tankless Water Heating", "Tankless-Water-Heater.asp"],
	["Request Estimate", "getStarted.asp"] //no comma following last entry!
]


var xmenu2 = { divclass: 'xmenu', inlinestyle: '', linktarget: ''} //First menu variable. Make sure "xmenu1" is a unique name!
xmenu2.items = [
	["About Us", "theDifference.asp"],
	["About Licensing", "Licensing.asp"] //no comma following last entry!
]

var xmenu3 = { divclass: 'xmenu', inlinestyle: '', linktarget: ''} //First menu variable. Make sure "xmenu1" is a unique name!
xmenu3.items = [
	["Photo Gallery", "photos.asp"],
	["Video Resources", "videos.asp"],
	["Integrity TV Commercials", "commercials.asp"],
	["PDF Knowledgebase", "pdfknowledge.asp"]
//no comma following last entry!
]

var xmenu4 = { divclass: 'xmenu', inlinestyle: '', linktarget: ''} //First menu variable. Make sure "xmenu1" is a unique name!
xmenu4.items = [
	["Solar Electric FAQ", "solar-electric-faq.asp"],
	["Solar Energy Glossary", "Solar-Energy-Glossary.asp"],
	["Geothermal Glossary", "geothermal-heat-pump-glossary.asp"],
	["Solar Tax Incentives", "solar-tax-incentives.asp"],
	["Solar Financing", "solar-financing.asp"],
	["U.S. Dept. of Energy", "http://www.energy.gov/"],
	["CA Energy Center", "https://energycenter.org/index.php/technical-assistance/renewables"] //no comma following last entry!
]

