/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'tw':'_self','tt':'','sw':'155'}],
	['About Us','aboutus.html', {'tw':'_self','tt':'','sw':'155'}],
	['Services', 'services.html', {'tw':'_self','tt':'','sw':'156'}],
	['Documents', 'documents.html', {'tw':'_self','tt':'','sw':'156'}],
	['Links', 'links.html', {'tw':'_self','tt':'','sw':'155'}],
	['Contact Us', 'contactus.html', {'tw':'_self','tt':'','sw':'156'}],
];


