/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.php', {'be':['dTrans(DURATION=0.5)','dTrans(DURATION=0.5)']}],
	['Destinations', null, null,
		['Gambling Tours', null, null,
			['Argosy Riverboat', '/argosy.php'],
			['Blue Chip', '/blue.php'],
			['Casino Niagara', '/niagara.php'],
			['Casino Windsor', '/windsor.php'],
			['Ceasars', '/ceasars.php'],
			['Fallsview', '/fallsview.php'],
			['Grand Victoria', '/grandvictoria.php'],
			['Greektown', '/greektown.php'],
			['MGM Grand Detroit', '/mgm.php'],
			['Motor City', '/motor.php'],
			['Mountaineer', '/mountianeer.php'],
			['Resorts Casino', '/resorts.php'],
			['Seneca Allegany', '/allegany.php'],
			['Seneca Niagara', '/seneca.php'],
			['Soaring Eagle', '/soaring.php'],
			['The Belterra', '/belterra.php'],
			['The Borgata', '/borgata.php'],
			['Turning Stone', '/turning.php'],
			['Wheeling Island', '/wheeling.php']
		],
		['Sporting Events', null, null,
			['MLB', '/mlb.php'],
			['NASCAR', '/nascar.php'],
			['NBA', '/nba.php'],
			['NFL', '/nfl.php']
		],
		['Family Trips', null, null,
			['Cedar Point', '/cedarpoint.php'],
			['Chicago', '/chicago.php'],
			['Kalahari', '/kalahari.php'],
			['Kings Island', '/kingsisland.php'],
			['Lancaster County', '/lancaster.php'],
			['Oglebay', '/oglebay.php'],
			['Mackinac Island', '/mackinac.php'],
			['New York City', '/newyork.php'],
			['Washington D.C.', '/washington.php']
		],
		['Shopping Trips', null, null,
			['Grove City', '/grovecity.php'],
			['Holiday Shopping', '/frankenmuth.php'],
			['Cabela\'s Super Stores', '/cabela.php']
		],
		['Special Events', '/special.php']
	],
	['Scheduled Tours', null, null,
		['Schedule', '/schedule.pdf'],
	],
	['Pickup Locations', null, null,
		['Alliance', '/alliance.php'],
		['Arlington Rd.', '/arlington.php'],
		['Canton', '/canton.php'],		
		['Louisville', '/louisville.php'],
		['Massillon', '/massillon.php'],
		['Montrose', '/montrose.php'],
		['New Philadelphia', '/newphilly.php'],
		['North Canton', '/northcanton.php'],
		['Wooster', '/wooster.php'],	
	],
	['Services', '/services.php'],
	['About Us', '/aboutus.php'],
	['Contact Us', '/contact.php']
];