/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'index1.html', {'sb':'HOME'}],
	['COMPANY', 'company.html', {'sb':'COMPANY'}],
	['SUPPORT', null, null,
		['FAQS', 'faqs.html'],
		['PRODUCT BULLETINS', 'product_bulletins.html']
	],
	['PILOT\'S CORNER', null, null,
		['FEATURED PILOT', 'pilot/pilot_corner.html'],
		['PILOT ARCHIVE', 'pilot/pilot_corner_archive.htm'],
		['PILOT TESTIMONIALS', 'pilot/pilot_testimonials.htm']
	],
	['FORUM', 'http://full-lotus.com/forum/', {'tw':'_blank'}],
	['GALLERY', 'gallery.html'],
	['VIDEOS', 'videos.html'],
	['DEALER LOGIN', 'dealer/index.html'],
	['CONTACT', 'contact.html']
];
