// Common State Street JS Funxs


// JUMP MENU
function jumpMenuFunx() {
	window.location=document.getElementById("menu").value;
	}
	
function MM_popupMsg(msg) { //v1.0
 	alert(msg);
	}