		// used in data lists 
		function go1(){
		if (document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value != "none") {
		location = document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value
				}
			}
		// used in data lists 
		function go2(){
		if (document.selecter2.select2.options[document.selecter2.select2.selectedIndex].value != "none") {
		location = document.selecter2.select2.options[document.selecter2.select2.selectedIndex].value
				}
			}






