/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Cook Islands', null, null,
		['No Resorts Yet', null]
	],
	['Fiji ', null, null,
		['Bounty Island', 'http://resortimagebank.com/members/fiji/Bounty/index.html'],
		['Captain Cook Fiji', 'http://resortimagebank.com/members/fiji/captaincook/index.html'],
		['First Landing', 'http://resortimagebank.com/members/fiji/firstlanding/index.html'],
		['Golf Terraces', 'http://resortimagebank.com/members/fiji/golfterraces/index.html'],
		['Treasure Island', 'http://resortimagebank.com/members/fiji/treasure/index.html']
	],
	['New Caledonia', null, null,
		['La Promenade', 'http://resortimagebank.com/members/newcaledonia/lapromenade/index.html']
	],
	['Rarotonga ', null, null,
		['Royale Takitimu', 'http://resortimagebank.com/members/rarotonga/takitimu/index.html']
	],
	['Samoa ', null, null,
		['Coconuts Beach', 'http://resortimagebank.com/members/samoa/coconuts/index.html']
	],
	['Tonga ', null, null,
		['Fafa Island', 'http://resortimagebank.com/members/tonga/fafa/index.html']
	],
	['Vanuatu ', null, null,
		['The Moorings', 'http://resortimagebank.com/members/vanuatu/moorings/index.html']
	],
	['Others', null, null,
		['No Resorts Yet', null]
	]
];
