function gotoUrl(newUrl)
{
  location.href=newUrl;
}