function gotoUrl(url) {
  if (url == "")
    return;
  location.href = url;
}
