// JavaScript Document

//These functions allow the viewer to select which map is displayed by clicking on the city name

function lakecharles(){
	document.getElementById('googlemapsmap').innerHTML = '<a href="http://g.co/maps/fnnkq" target="_blank"><img src="images/lakecharles_map.png" width="498" height="347" border="0" /></a>';
}

function neworleans(){
	document.getElementById('googlemapsmap').innerHTML = '<a href="http://g.co/maps/bph7a" target="_blank"><img src="images/neworleans_map.png" width="498" height="348" border="0" /></a>'
}

