// created by little-truck.com
function swapImage(imgname,imgsrc)
  {
    document.getElementById(imgname).src="../img/maps/" + imgsrc;
  }
