function showDestin() {
	document.getElementById("map").style.background = "url(http://media.2theadvocate.com/designimages/gulfMap2.jpg) center -250px no-repeat"
}

function showFortWalton() {
	document.getElementById("map").style.background = "url(http://media.2theadvocate.com/designimages/gulfMap2.jpg) center -500px no-repeat"
}

function showGulfShores() {
	document.getElementById("map").style.background = "url(http://media.2theadvocate.com/designimages/gulfMap2.jpg) center -750px no-repeat"
}

function showMarksville() {
	document.getElementById("map").style.background = "url(http://media.2theadvocate.com/designimages/gulfMap2.jpg) center -1000px no-repeat"
}

function showMississippi() {
	document.getElementById("map").style.background = "url(http://media.2theadvocate.com/designimages/gulfMap2.jpg) center -1250px no-repeat"
}

function showNavarreBeach() {
	document.getElementById("map").style.background = "url(http://media.2theadvocate.com/designimages/gulfMap2.jpg) center -1500px no-repeat"
}

function showNewOrleans() {
	document.getElementById("map").style.background = "url(http://media.2theadvocate.com/designimages/gulfMap2.jpg) center -1750px no-repeat"
}

function showPanamaCity() {
	document.getElementById("map").style.background = "url(http://media.2theadvocate.com/designimages/gulfMap2.jpg) center -2000px no-repeat"
}

function showPensacola() {
	document.getElementById("map").style.background = "url(http://media.2theadvocate.com/designimages/gulfMap2.jpg) center -2250px no-repeat"
}

function showPerdidoKey() {
	document.getElementById("map").style.background = "url(http://media.2theadvocate.com/designimages/gulfMap2.jpg) center -2500px no-repeat"
}

function showSandestin() {
	document.getElementById("map").style.background = "url(http://media.2theadvocate.com/designimages/gulfMap2.jpg) center -2750px no-repeat"
}

function showTexas() {
	document.getElementById("map").style.background = "url(http://media.2theadvocate.com/designimages/gulfMap2.jpg) center -3000px no-repeat"
}

function showNoRegion() {
	document.getElementById("map").style.background = "url(http://media.2theadvocate.com/designimages/gulfMap2.jpg) center top no-repeat"
}
