/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.fireflyballoons.net/'],
	['Balloons', null, {'sb':'Balloons'},
		['Sport Balloons', 'http://www.fireflyballoons.net/sport-balloons.php', {'tt':'Sport Balloons'}],
		['Advertising', 'http://www.fireflyballoons.net/advertising-balloons.php', {'tt':'Marketing Solutions'}],
		['Ride Balloons', 'http://www.fireflyballoons.net/ride-balloons.php', {'tt':'Offer Balloon Rides'}],
		['Special Shapes', 'http://www.fireflyballoons.net/special-shapes.php', {'tt':'Special Shape Balloons'}],
		['Online Design', '/design/', {'tt':'Design your balloon'}],
		['Online Quote', 'http://www.fireflyballoons.net/builder.html', {'tt':'Get a quote for your new balloon'}]
	],
	['Gallery', 'http://www.fireflyballoons.net/photos.php', {'tt':'Photo Gallery'}],
	['Dealer Finder', 'http://www.fireflyballoons.net/dealers.php', {'tt':'Contact your FireFly Dealer'}],
	['Knowledgebase', 'http://www.fireflyballoons.net/kb/', {'tt':'Learn about Ballooning and FireFly balloons'}],
	['Lifejack Fans', 'http://www.fireflyballoons.net/lifejack-fans.php', {'tt':'LifeJack Fans'}],
	['Shop', null, {'tt':'Shop for parts, accessories and balloons'},
		['Parts & Accessories', 'http://www.fireflyballoons.net/shop.html', {'tt':'Order FireFly Equipment, parts and accessories'}],
		['Online Quote', 'http://www.fireflyballoons.net/builder.html', {'tt':'Price a new balloon'}]
	],
	['Contact', 'http://www.fireflyballoons.net/contact.php', {'tt':'Contact Us'}]
];
