function load_worldmap(myurl) {
  document.getElementById("jumphome").style.backgroundImage="url('"+ myurl + "')";
}


