// JavaScript Document for online map pages


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function switchText(newText)
	{
	document.mapnameForm.mapName.value=newText
	}
	
function restoreText()
	{
	var oldText="As you move cursor over map location, map name will appear here."
	document.mapnameForm.mapName.value=oldText
	}
	
function jumpPage(newLoc) {
	newPage = newLoc.options[newLoc.selectedIndex].value
	if (newPage !="") {
		window.location.href = newPage
	}
}
