/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Why New Zealand','index.html', {'tw' : '_top'}],
		['About Us','about_us.html', {'tw' : '_top'},		
		['Testimonials','testimonials.html', {'tw' : '_top'}],
		['The Team','about_us.html', {'tw' : '_top'}],
		['Contact Us','contact_us_australia.html', {'tw' : '_top'}],
	],
	['Basic Packages','basic_ski_packages.html', {'tw' : '_top'},		
		['Queenstown (w/e)','basic_ski_packages.html#we', {'tw' : '_top'}],
		['Wanaka (w/e)','basic_ski_packages.html#we', {'tw' : '_top'}],
		['Queenstown (week)','basic_ski_packages.html#week', {'tw' : '_top'}],
		['Wanaka (week)','basic_ski_packages.html#week', {'tw' : '_top'}],
	],
	['Ski Express Pkgs','ski_express_packages.html', {'tw' : '_top'},
		['Silver Pass','ski_express_packages.html#silver', {'tw' : '_top'}],
		['Gold Pass','ski_express_packages.html#gold', {'tw' : '_top'}],
		['Ski &amp; Activity Pass','ski_express_packages.html#ski_activity', {'tw' : '_top'}],
		['Packages &amp; Prices','ski_express_packages.html#prices', {'tw' : '_top'}],
	],
	['Getting There','getting_there.html', {'tw' : '_top'}],
		['Booking','booking_australia.html', {'tw' : '_top'},
		['Terms','terms.html', {'tw' : '_top'}],
		['How to Book','booking_australia.html', {'tw' : '_top'}],
		['Contact Us','contact_us_australia.html', {'tw' : '_top'}],
	],
];