/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Us', 'about.html', {'sw':123}],
	['Residential Services', 'residential.html', {'sw':135}],
	['Commercial Services', 'commercial.html', {'sw':135}],
	['Pipe Lining', 'pipelining.html', {'sw':123}],
	['Products', 'products.html', {'sw':123}],
	['Coupons', 'coupons.html', {'sw':123}]
];

