/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/', {'sw':60}],
	['Vacations', '/vacations', {'sw':75},
		['Cruises', '/cruise'],
		['River Cruises (Europe & Asia)', 'http://avalontravelagent.com/Default.aspx?id=2562', {'tw':'_blank'}],
		['Disney', '/vacations/disney.htm'],
		['Package Vacations', '/funjet', {'tw':'_blank'}],
		['Escorted Land Tours', 'http://www.globustravelagent.com/Vacation-Packages/?id=2562', {'tw':'_blank'}],
		['Budget Land Tours', 'http://www.cosmostravelagent.com/Vacations/?id=2562', {'tw':'_blank'}],
		['Faith-based Vacations', 'http://globusfaithtravelagent.com/Default.aspx?id=2562', {'tw':'_blank'}],
		['Adventure Travel', 'http://syndication.gordonsguide.com/index.cfm?partnerID=130', {'tw':'_blank'}],
		['Hot Deals', '/hotdeals'],
		['Search our database', 'http://www.latesttraveloffers.com/ci/enter.asp?site=AWATVL&account=Account', {'tw':'_blank'}],
		['Insurance', '/insurance', {'tw':'_blank'}],
		['Shore Trips', '/shoretrips', {'tw':'_blank'}]
	],
	['Romantic<br>Getaways', '/romanticgetaways', {'sw':75},
		['Honeymoon', '/romanticgetaways/honeymoon.htm'],
		['Destination Wedding', '/romanticgetaways/destinationwedding.htm'],
		['Honeymoon Gift Registry', '/romanticgetaways/registry.htm'],
		['Renew Your Vows', '/romanticgetaways/vows.htm']
	],
	['Group<br>Travel', '/groups', {'sw':75}],
	['Business<br>Travel', '/business', {'sw':75},
		['Travel Management', '/business'],
		['Destination Meetings & Events', '/business/destinationevents.htm'],
		['Reward & Incentive', '/business/incentive.htm']
	],
	['Information<br>for Travelers', '/info', {'sw':95},
		['ATM Finder', 'http://www.mastercard.com/us/personal/en/cardholderservices/atmlocations/index.html', {'tw':'_blank'}],
		['Passports & Visas', '/info/passport.htm'],
		['Luggage Rules', '/info/luggage.htm'],
		['Destination Guides', 'http://www.wordtravels.com/?agent=WTUS8SX1&agent_client=yes', {'tw':'_blank'}],
		['Flight Status Worldwide', 'http://www.flightstats.com/', {'tw':'_blank'}],
		['Airport & Flight Information', '/info/airports.htm'],
		['Airport Security', '/info/security.htm'],
		['Weather & Time', '/info/weather.htm'],
		['Currency Converter', 'http://www.xe.net/currency', {'tw':'_blank'}],
		['US Government travel sites', '/info/government.htm'],
		['Health & Medical', '/info/medical.htm'],
		['Tourism Offices', 'http://www.towd.com/', {'tw':'_blank'}]
	],
	['Destination<br>Guides', '/Destinations', {'sw':80}],
	['AWA Travel', null, null,
		['Company Information', '/aboutus.htm'],
		['Mission & Values', '/values.htm'],
		['Why use an agency', '/whyuse.htm'],
		['Testimonials', '/testimonials'],
		['Privacy Policy', '/privacy.htm'],
		['Contact Us', '/contactus.htm'],
		['AWA Travel Guy Blog', 'http://awatravelguy.com/', {'tw':'_blank'}],
		['Trusted Advisors', '/advisors/']
	]
];

