/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.shtml', {'tw':'_top'}],
	['About', 'about.shtml', {'tw':'_top'},
		['Mission Statement', 'mission.shtml', {'tw':'_top'}],
		['Why Power Solutions', 'why_power_solutions.shtml', {'tw':'_top'}],
		['Careers at Power Solutions', 'careers.shtml', {'tw':'_top'}],
		['Customer Testimonials', 'testimonials.shtml', {'tw':'_top'}]
	],
	['Solar', 'solar.shtml', {'tw':'_top'},
		['How Solar Works', 'solar_works.shtml', {'tw':'_top'}],
		['Live Sites', 'live_sites.shtml', {'tw':'_top'}],
		['Case Study ', 'case_study.shtml', {'tw':'_top'}],
		['Grid Tie Systems ', 'grid_tie_systems.shtml', {'tw':'_top'}],
		['Power Purchase Agreement', 'power_purchase.shtml', {'tw':'_top'}],
		['Back Up Power Systems ', 'backup_power.shtml', {'tw':'_top'}],
		['Off Grid', 'off_grid.shtml', {'tw':'_top'}],
    ['Solar Water', 'solar_water.shtml', {'tw':'_top'}],
		['Free Site Evaluation ', 'evaluation.php', {'tw':'_top'}]
		],
	['Electric Car', 'ElectricCar.shtml', {'tw':'_top'},
	 	['Car Chargers', 'car_charger.shtml', {'tw':'_top'}],
		['Free Site Evaluation ', 'evaluation.php', {'tw':'_top'}]
	],
	['Wind', 'wind.shtml', {'tw':'_top'},
		['Free Site Evaluation ', 'evaluation.php', {'tw':'_top'}]
	],
	['Hydro', 'hydro.shtml', {'tw':'_top'},
		['Free Site Evaluation ', 'evaluation.php', {'tw':'_top'}]
	],
	['Products', 'products.shtml', {'tw':'_top'}],
	['Getting Started', 'getting_started.shtml', {'tw':'_top','sw':145},
		['Free Site Evaluation ', 'evaluation.php', {'tw':'_top'}]
	],
	['Classes', 'classes.shtml', {'tw':'_top'},
		['Classes ', 'classes.shtml', {'tw':'_top'}],
		['Workshops ', 'workshops.shtml', {'tw':'_top'}],
		['Seminars ', 'seminars.shtml', {'tw':'_top'}],
		['Apprentice Program ', 'apprentice.shtml', {'tw':'_top'}]
	],
	['Efficiency', 'energyefficiencies.shtml', {'tw':'_top'},
		['Energy Efficiency ', 'energyefficiencies.shtml', {'tw':'_top'}],
		['Audits ', 'audits.shtml', {'tw':'_top'}],
		['Retrofits ', 'retrofits.shtml', {'tw':'_top'}],
	],
	['Photos', 'photos.shtml', {'tw':'_top'}],
	['Information', 'information.shtml', {'tw':'_top'},
		['Press Releases', 'press.shtml', {'tw':'_top'}],
		['Rebates', 'rebates.shtml', {'tw':'_top'}],
		['Investors', 'investors.shtml', {'tw':'_top'}]
	],
	['Contact Us', 'contactus.shtml', {'tw':'_top'}]
];

