function pop(plik,w,h){
	okno = null;
	
	if(window.screen){
		aw = screen.availWidth;
		ah = screen.availHeight;
	} else {
		aw=640;
		ah=480;
	}
	
	dane="width="+w+",height="+h+",left="
	+(aw-w)/2+",top="
	+(ah-h)/2 
	+",toolbar=no,location=no,directories=no,"
	+"status=no,menubar=no,"
	+"scrollbars=auto,resizable=yes";
	okno=window.open(plik,'pop',dane);
}


  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-4704401-3']);
  _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);
  })();


