/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'index_2.html', {'sb':'Back To Main Page'}],
	['COMPANY', 'company_profile.htm',{'sb':'Company Profile'},
		['News', 'whats_new.htm', {'sb':'News'}],
		['Biography', 'biography.htm', {'sb':'Biography'}],
		['Equipment', 'equipment.htm', {'sb':'Repairs'}]
	],
	['MOTORCYCLES', null, {'sb':'Motorcycles'},
		['One Off Builds', 'one_off.htm', {'sb':'One Off Builds'}],
		['Custom | Modified', 'custom.htm', {'sb':'Custom | Modified'}],
		['Repairs', 'repairs.htm', {'sb':'Repairs'}],
		['Parts', 'parts.htm', {'sb':'Parts'}]
	],
	['GOLF CARTS', 'golf_carts.htm', {'sb':'GOLF CARTS'}],
	['ART', 'art.htm', {'sb':'ART'}],
	['CONTACT US', 'contact.htm', {'sb':'Contact Us'}]
];
