function go1(){	if (document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value != "Select One...") {		location = document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value	}	document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value = "Select One..."				}