// JavaScript Documentfunction goTo(id){	value = document.getElementById(id).options[document.getElementById(id).selectedIndex].value;	if(value!="0")	location.href = value;}