function drukuj(numerID)
{
	okno1=window.open("druk.php?dx=" + numerID,"drukuj","WIDTH=550 HEIGHT=500")
}

function powieksz(numerID,foto_width,foto_height)
{
	// var width=510;
	// var height=510;
	// var top=screen.availHeight/2 - height/2; // center
	// var left=screen.availWidth/2 - width/2; // center
	okno2=window.open("picture.php?dx=" + numerID,"stalowka","width=" + foto_width + " height=" + foto_height)
}

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-17744658-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);
  })();
