	function go(obj){ 
	document.location = obj.options[obj.selectedIndex].value;
	}

