function changeMap(x) {
	document.World.src='/images/map/map-'+x+'.jpg'
	$("#mapInfo").html(x);
}

function resetMap() {
	document.World.src='/images/map/Map1.jpg'
	$("#mapInfo").html('Hover over a continent on the map to see a list of locations.');
}
