function PopUp(){
  var e = document.getElementById('container');
  if (e){
    var a=e.getElementsByTagName('a');
    for (var i=0;i<a.length;i++){
    if (a[i].getAttribute('href') != null && a[i].getAttribute('href').toUpperCase().indexOf("MAPA") >= 0){
        a[i].className+=a[i].className?' popup':'popup';
        a[i].title+=' (opens in new window)';
        a[i].onclick=function(){newWin=window.open(this.href,'TJKWin','location=no,menubar=no,status=no,toolbar=no,width=794,height=656');if(window.focus){newWin.focus()} return false;}
      }
    }
  }
}
window.onload = function(){if(document.getElementById) PopUp();}

function PowiekszFoto(theURL,winName,szerOkna,wysOkna) { 
window.open(theURL,winName,'toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width='+szerOkna+',height='+wysOkna+',left='+(screen.width/2-(szerOkna/2))+',top='+(screen.height/2-(wysOkna/2))+'');
}
