
function update(link) {
  location.href = link;
//  alert(link);
//  link = document.getElementById('tableRefreshLocations').value;
}

