function go(obj) {
  s = obj.options[obj.selectedIndex].value
  if (s != '') {
		top.location.href = s;
	}
}
