function gotoURL (urlArg) {
  location.href = urlArg;
}
