/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'tw':'_self','tt':'','sw':'167'}],
	['Services', 'services.html', {'tw':'_self','tt':'','sw':'167'},
		['Audit', 'audit.html', {'tw':'_self','tt':''}],					
		['Source Alternate<br>Utility Suppliers', 'saus.html', {'tw':'_self','tt':''}],					
		['Revenue Earned<br>from Energy Conservation', 'conservation.html', {'tw':'_self','tt':''}],					
		['Comprehensive Energy<br>Assessments', 'assessment.html', {'tw':'_self','tt':''}],
		['Improved Electricity<br>Efficiency', 'efficiency.html', {'tw':'_self','tt':''}]
/*		['Recycling', 'recycle.html', {'tw':'_self','tt':''}] */
	],
	['Testimonials', 'testimonials.html', {'tw':'_self','tt':'','sw':'168'}],
	['Links', 'links.html', {'tw':'_self','tt':'','sw':'167'}],	  
	['Contact Us', 'contactus.html', {'tw':'_self','tt':'','sw':'167'}],	
];


