      function GoTo(url)
      {
        window.location = url;
      }
