/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'tw':'_self','tt':'','sw':'90'}],
	['Services', '/services.html', {'tw':'_self','tt':'','sw':'110'},
		['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':''}],
		['Capacitors for Improved<br>Electricity Efficiency', '/efficiency.html', {'tw':'_self','tt':''}]
/*		['Recycling', '/recycle.html', {'tw':'_self','tt':''}] */
	],
	['Knowledge Center', '/help/', {'tw':'_self','tt':'','sw':'160'}],
	['Testimonials', '/testimonials.html', {'tw':'_self','tt':'','sw':'130'}],
	['Mailing List', '/mailinglist.html', {'tw':'_self','tt':'','sw':'130'}],
	['Links', '/links.html', {'tw':'_self','tt':'','sw':'95'}],	  
	['Contact Us', '/contactus.html', {'tw':'_self','tt':'','sw':'117'}],	
];


