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