/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.php', {'sw':85,'bw':85},
		['About Us', 'about.php'],
		['Contact Us', 'contact.php'],
		['Newsroom', '/newsroom/'],
		['Testimonials', 'testimonials.php'],
		['En Espanol', 'espanol/index.php']
	],
	['Plot Your Course', null, {'sw':150,'bw':150},
		['First Time Cruisers', 'first.php'],
		['Welcome Aboard Guide', 'welcome_guide.php'],
		['Passport Info', 'http://www.travel.state.gov/passport/about/npic/npic_898.html', {'tw':'_blank','tt':'Opens in a new window'}],
		['Cruise FAQs', 'ask_cruise_brothers.php']
	],
	['Special Vacations', null, {'sw':150,'bw':150},
		['Escorted Cruises', 'specials.php?type=escortedCruise'],
		['Land Vacations', 'specials.php?page=land'],
		['Cabin Closeouts', 'specials.php?page=cabinCloseouts'],
		['Hate To Fly', 'nofly.php'],
		['Super Clubs', 'http://www.superclubs.com/index.asp?LinkType=TA&LinkDetail=10324014175', {'tw':'_blank'}],
		['Meetings At Sea', 'meetings/'],
		['Exotic Cruises', 'specials.php?type=exoticCruise'],
		['Family Cruises', 'specials.php?type=familyCruise'],
		['Golf Cruises', 'specials.php?type=golfCruise'],
		['Honeymoon Cruises', 'specials.php?type=honeymoonCruise'],
		['Wedding Cruises', 'specials.php?type=honeymoonCruise'],
		['Luxury Cruises', 'specials.php?type=luxuryCruise'],
		['Unique Cruises', 'specials.php?type=ultraLux'],
		['President\'s Cruises', 'specials.php?type=presidentsCruise'],
		['Holiday Cruises', 'specials.php?page=Holiday']
	],
	['Deals by Destination', null, {'sw':150,'bw':150},
		['Africa', 'specials.php?dest=africa'],
		['Asia >>', null, null,
			['Vietnam', 'specials.php?dest=vietnam'],
			['South Pacific', 'specials.php?dest=southPacific'],
			['Asia', 'specials.php?dest=asia'],
			['Orient', 'specials.php?dest=orient']
		],
		['Antarctica', 'specials.php?dest=antarctica'],
		['Australia/New Zealand', 'specials.php?dest=australiaNewZealand'],
		['Europe >>', null, null,
			['Baltic', 'specials.php?dest=baltic'],
			['Europe', 'specials.php?dest=europe'],
			['Mediterranean', 'specials.php?dest=mediterranean'],
			['Scandanavia', 'specials.php?dest=scandinavia']
		],
		['Northern Americas >>', null, {'bw':150},
			['Alaska', 'specials.php?dest=alaska'],
			['Bahamas', 'specials.php?dest=bahamas'],
			['Bermuda', 'specials.php?dest=bermuda'],
			['California', 'specials.php?dest=california'],
			['Canada/New England', 'specials.php?dest=canadaNewEngland'],
			['Caribbean', 'specials.php?dest=caribbean'],
			['Hawaii', 'specials.php?dest=hawaii'],
			['Mexico', 'specials.php?dest=mexico'],
			['Pacific Northwest', 'specials.php?dest=pacificNorthwest'],
			['Panama Canal', 'specials.php?dest=panamaCanal'],
			['Western US', 'specials.php?dest=westernUs']
		],
		['Repositioning Cruises', 'specials.php?dest=repositioningCruises'],
		['River Cruises', 'specials.php?dest=bargeRiverCruises'],
		['South America', 'specials.php?dest=southAmerica'],
		['Trans Oceanic', 'specials.php?dest=transOceanic'],
		['World Cruises', 'specials.php?dest=worldCruises']
	],
	['Deals by Cruise Line', null, {'sw':160,'bw':160},
		['Amadeus Waterways', 'specials.php?line=amadeus'],
		['Carnival Cruise Lines', 'specials.php?line=carnivalCruiseLines'],
		['Celebrity Cruises', 'specials.php?line=celebrityCruises'],
		['Costa Cruise Lines', 'specials.php?line=costaCruiseLines'],
		['Crystal Cruises', 'specials.php?line=crystalCruises'],
		['Cunard Line', 'specials.php?line=cunardLine'],
		['Discovery World Cruises', 'specials.php?line=discoveryWorld'],
		['Disney Cruise Line', 'specials.php?line=disneyCruiseLine'],
		['Holland America Line', 'specials.php?line=hollandAmericaLine'],
		['Mediterranean Shipping', 'specials.php?line=mediterraneanShippingCruises'],
		['Norwegian Cruise Line', 'specials.php?line=norwegianCruiseLine'],
		['Oceania Cruises', 'specials.php?line=oceaniaCruises'],
		['Orient Lines', 'specials.php?line=orientLines'],
		['Princess Cruises', 'specials.php?line=princessCruises'],
		['Regent Seven Seas', 'specials.php?line=radissonSevenSeas'],
		['Royal Caribbean', 'specials.php?line=royalCaribbean'],
		['Seabourn Cruise Line', 'specials.php?line=seabournCruiseLine'],
		['Silversea Cruises', 'specials.php?line=silverseaCruises'],
		['Windstar Cruises', 'specials.php?line=windstarCruises']
	],
	['Cruise Extras', null, {'sw':140,'bw':150},
		['Vacation Insurance', 'http://www.travelinsured.com/AgentPage.aspx?agency=47258&agent=BeckyR&template=One'],
		['Gift Certificates', 'gift.php'],
		['Currency Converter', 'currency.php'],
		['Shore Excursions', 'shore.php'],
		['Join Our Mailing List', 'email_specials.php']
	],
	['Groups & Meetings', 'http://cruisebrothers.com/meetings/', {'sw':150}]
];

