function showImg(sciezka){
      window.open('photo.php?photo='+sciezka,"","width=300,height=300,resizable=1,toolbar=0,directories=0,status=0,menubar=0,scrollbars=0");
    }

function showPopup(sciezka,x,y){
      window.open(sciezka,"","width="+x+",height="+y+",resizable=1,toolbar=0,directories=0,status=0,menubar=0,scrollbars=0");
}

function showPopup2(sciezka,x,y){
      window.open(sciezka,"","width="+x+",height="+y+",resizable=1,toolbar=0,directories=0,status=0,menubar=0,scrollbars=1");
} 
 
function showPrint(sciezka,x,y){
      window.open(sciezka,"","width="+x+",height="+y+",resizable=1,toolbar=0,directories=0,status=0,menubar=0,scrollbars=1");
}

function show_swf(swf){
  document.write(swf);
  
}   
