function selectLink(obj) {
  location.href = obj.options[obj.selectedIndex].value;
}
