function displayWindow(url, width, height) 
{
        var Win = window.open('okno.php?img='+url,'_blank','width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no' );
} 

function displayWindow2(url, width, height) 
{
        var Win = window.open('okno2.php?img='+url,'displayWindow','width=800,height=600,resizable=0,scrollbars=yes,menubar=no,fullscreen=no' );
}  

function displayWindow3(url, width, height) 
{
       var Win = window.open(url,"displayFlash",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no' );
}  


  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-20658372-1']);
  _gaq.push(['_trackPageview']);
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

