/*	FilmNZ 2005
	Location Image Banners - Accompanying Data
	Created 270705 by DS
	Last updated 04.04.2007 by DS (location -> renamed to -> locations)
	
	Functions demarcated by ##
*/

locations = new Array();

/*

TAB TABLE - BEST VIEWED IN DREAMWEAVER!
Note: If number positions are changed, you will need to update filmnz_main_locations.css to match.

Flash uses GetURL to call these functions: 

get_location_data('id') = id (number) of current location
get_location_data('href') = href (url) of map page

location[#] = 	['Region', 				'District', 			'Nearest Town', 	'Season', '	Description', 								'Reference Number'	];

*/

// location 0 (homepage noscript)

/*
location[0] = 	['Canterbury', 			'Mackenzie', 			'Twizel', 			'', 		'Southern Alps', 							'1129106'			];	
*/

// locations 1>5 => homepage (taller image + thumbnail)

locations[1] = 	['Canterbury', 			'Mackenzie', 			'Twizel', 			'Winter', 	'Southern Alps', 							'1129106'			];	
// location[2] is incorrectly zooming to LHS of Island not central Ruapehu region
locations[2] = 	['Taranaki', 			'South Taranaki', 		'Eltham', 			'Winter', 	'', 										'90543'				];					
locations[3] = 	['Wellington', 			'Wellington City', 		'Wellington', 		'Summer', 	'Oriental Bay',				 				'0105125'			];	
locations[4] = 	['Otago', 				'Queenstown Lakes', 	'Queenstown', 		'', 		'Lake in mountains', 						'288667'			];	
locations[5] = 	['Auckland', 			'Auckland City', 		'Auckland', 		'', 		'View from Mt Victoria, Devonport', 		'909387'			];	

// locations 6+ => other pages (shorter image + thumbnail)

locations[6] = 	['Otago', 				'Queenstown Lakes', 	'Queenstown', 		'Summer', 	'Kingston Flyer', 							'455237'			];
locations[7] = 	['Otago', 				'Central Otago', 		'Alexandra', 		'Winter', 	'Hoar frost',								'112771'			];
locations[8] = 	['Otago', 				'Dunedin City', 		'Dunedin', 			'Autumn Fall', 	'Leith River running through Otago University',	'288633'	];
locations[9] = 	['West Coast',			'Westland',				'Hokitika',			'Winter',	'Lake Kaniere',								'11241'				];
locations[10] = 	['Wellington', 			'Wellington City', 		'Wellington', 		'', 		'Oriental Bay', 							'016484a'			];
locations[11] = 	['Northland', 			'Far North', 			'Omapere', 			'Summer', 	'Omapere Wharf, Hokianga Harbour', 			'287091'			];
locations[12] = 	['Auckland',			'Auckland City',		'Auckland',			'Summer',	'Auckland waterfront',						'362488'			];
locations[13] = 	['Otago', 				'Central Otago', 		'Alexandra', 		'', 		'Road through grasslands', 					'286519'			];
locations[14] = 	['Otago', 				'Central Otago', 		'Alexandra', 		'Winter', 	'Hoar frost',								'112775'			];
locations[15] = 	['West Coast', 			'Buller', 				'Karamea',	 		'Summer', 	'', 										'112444'			];
locations[16] = 	['Hawkes Bay', 			'Napier City', 			'Napier',	 		'', 		'Marine Parade', 							'9091263'			];	
locations[17] = 	['Bay of Plenty', 		'Rotorua', 				'Rotorua', 			'Summer', 	'Waiotapu Thermal Wonderland', 				'2870105'			];
locations[18] = 	['Taranaki',			'New Plymouth', 		'New Plymouth', 	'Winter', 	'Tongaporutu beach caves - 3 Sisters',	 	'90551'				];
locations[19] = 	['Gisborne', 			'Gisborne', 			'Tolaga Bay', 		'', 		'Tolaga Bay Wharf',							'365094'			];