  function showImg(imgName) {
    window.open('http://www.zlatylev.cz/getfoto.php?file='+imgName,'Zlaty_lev','width=200,height=200, top=0, left=0');
  }
   
  function hidePopUp(){
    document.getElementById('popUpImg').style.visibility = 'hidden';
  } 
function showSwf(source,width,height) {
    url = 'http://www.zlatylev.cz/getswf.php';
    window.open(url,'silvestr','width=300,height= 173,left=400,top=350');
  
  }