/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'homepage_bess.html', {'tw':'content'}],
	['SERVICES', null, null,
		['Structural Concrete Scanning', 'structural.html', {'tw':'content'}],
		['Private Utility Designation', 'private.html', {'tw':'content'}],
		['Potholing / Vacuum Excavation', 'potholing.html', {'tw':'content'}],
		['Other Services', 'other.html', {'tw':'content'}]
	],
	['QUOTES', 'quotes.html', {'tw':'content'}],
	['DOWNLOADS', 'http://www.mlsclientconnect.com/mlsclientconnectcgi/flinks/list.cgi?AGENT_ID=123', {'tw':'content'}],
	['CONTACT', 'contact.html', {'tw':'content'}]
];
