function _go(obj){
	SelectedValue  	= obj.options[obj.selectedIndex].value
	location.href	= SelectedValue
}
