function go1(){
if (document.depForm.depSelect.options[document.depForm.depSelect.selectedIndex].value != "none") {
location = document.depForm.depSelect.options[document.depForm.depSelect.selectedIndex].value
		}
	}
