// toggle zindex of flash mapfunction showmap() {	if (!document.getElementById)		return;		document.getElementById('flash-map').style.zIndex=3;}function hidemap() {	if (!document.getElementById)		return;		document.getElementById('flash-map').style.zIndex=1;}