function gopointer(selObj)
{
  location.href = selObj.options[selObj.selectedIndex].value;
};	