  function go(url){
   location.href = document.getElementById(url).href
   }

