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

function go2(){
	if (document.selecter2.select2.options[document.selecter2.select2.selectedIndex].value != "none") {
		location = document.selecter2.select2.options[document.selecter2.select2.selectedIndex].value
	}
}

function go3(){
	if (document.selecter3.select3.options[document.selecter3.select3.selectedIndex].value != "none") {
		location = document.selecter3.select3.options[document.selecter3.select3.selectedIndex].value
	}
}
//-->
