
function jumpMenu(){

	if (document.getElementById("mapa").options[document.getElementById("mapa").selectedIndex].value == "nwFuncWebVideos.htm" ||
		document.getElementById("mapa").options[document.getElementById("mapa").selectedIndex].value == "nwFuncMobVideos.htm" ||
		document.getElementById("mapa").options[document.getElementById("mapa").selectedIndex].value == "nwVideos.html" ||
		document.getElementById("mapa").options[document.getElementById("mapa").selectedIndex].value == "Pesquisa.html" ||
		document.getElementById("mapa").options[document.getElementById("mapa").selectedIndex].value == "nwPesqAlim.jsp" ||
		document.getElementById("mapa").options[document.getElementById("mapa").selectedIndex].value == "http://twitter.com/nutriwayweb" ||
		document.getElementById("mapa").options[document.getElementById("mapa").selectedIndex].value == "http://www.youtube.com/watch?v=4JDqXC35WwA" ||
		document.getElementById("mapa").options[document.getElementById("mapa").selectedIndex].value == "http://www.facebook.com/groups.php?ref=sb" ||
		document.getElementById("mapa").options[document.getElementById("mapa").selectedIndex].value == "http://www.orkut.com.br/Main#Community?cmm=93997383" ) {

		window.open(document.getElementById('mapa').options[document.getElementById('mapa').selectedIndex].value, "myWin1");

	} else {
		location=document.getElementById("mapa").options[document.getElementById("mapa").selectedIndex].value;

	}

}

