var bigArray = new Array ("<p><em>Hover your mouse pointer over each circle on the map to see the Big Aussie Icons the winners will visit.</em></p><ul></ul>",
						  "<ul><li>Big Croc (Humpty Doo)</li><li>Big Buffalo (Adelaide River)</li></ul>",
						  "<ul><li>Big Barramundi (Daintree)</li><li>Big Captain Cook (Cairns)</li><li>Big Peanut (North Tolga)</li><li>Big Cassowary (Mission Beach)</li><li>Big Gumboot (Tully)</li></ul>",
						  "<ul><li>Big Bull (Rockhampton)</li><li>Big Easel (Emerald)</li><li>Big Miner (Rubyvale)</li><li>Big Crab (Miriam Vale)</li><li>Big Mandarin (Mundubbera)</li></ul>",
						  "<ul><li>Big Pelican (Noosa)</li><li>Big Shell (Tewantin)</li><li>Big Stubby (Tewantin)</li><li>Big Pineapple (Nambour)</li><li>Big Macadamia (Nambour)</li></ul>",
						  "<ul><li>Big Apple (Stanthorpe)</li></ul>",
						  "<ul><li>Big Prawn (Ballina)</li></ul>",
						  "<ul><li>Big Banana (Coffs Harbour)</li><li>Big Windmill (Coffs Harbour)</li><li>Big Golden Guitar (Tamworth)</li><li>Big Chook (Moonbi)</li><li>Big Axe (Kew)</li></ul>",
						  "<ul><li>Big Bottle (Mangrove Mountain)</li><li>Big Fruit Bowl (Bilpin)</li><li>Big Goldpanner (Bathurst)</li><li>Big Cherries (Young)</li><li>Big Guitar (Narrandera)</li><li>Dog on a Tucker Box (Gundagai)</li><li>Big Merino (Goulburn)</li><li>Big Trout (Adaminaby)</li></ul>",
						  "<ul><li>Big Earthworm (Bass)</li><li>Big Murray Cod (Swan Hill)</li><li>Big Wine Cask (Buronga)</li><li>Big Milkshake (Warrnambool)</li><li>Big Woolbales (Hamilton)</li><li>Big Koala (Dadswells Bridge)</li><li>Big Ned Kelly (Glenrowan)</li><li>Big Arch of Victory (Ballarat)</li></ul>",
						  "<ul><li>Big Tassie Devil (Mole Creek)</li><li>Big Penguin (Penguin)</li><li>Big Platypus (Latrobe)</li></ul>",
						  "<ul><li>Big Rocking Horse (Gumeracha)</li><li>Big Miner (Kapunda)</li><li>Big Galah (Kimba)</li><li>Big Lobster (Kingston)</li></ul>",
						  "<ul><li>Big DNA - staircase (Perth)</li><li>Big Black Marron (Walpole)</li><li>Big Ram (Wagin)</li></ul>");
function changeLegend (index) {
	var bigMapLegend = document.getElementById('wotsbiglegend');
	if (bigMapLegend) {
		bigMapLegend.innerHTML = bigArray[index];
	}
}

var newwindow = ''
function popUpImage(w, h) {
	if (newwindow) newwindow.close();
	newwindow=window.open('','PopUpPage', 'width='+w+',height='+h+',resizable=yes,toolbar=no,directories=no,menubar=no,status=no,scrollbars=no');
	newwindow.focus();
}
