<!-- // hide from old browsers

function goUrl(sel,target){
  if (sel.value != "none")
      window.open(sel.value,target);
}

// -->
