

<!--
function BuildFlash(path, w, h, bkg, vars, name, live) {
var str;
if (path!='') str = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"  WIDTH="'+ w +'" HEIGHT="'+ h +'" id="'+ name +'" ALIGN="">' +
 '<param name="movie" value="'+ path +'"><param name="quality" value="high"><param name="bgcolor" value="'+ bkg +'"><param name="menu" value="false">' +
 '<param name="flashvars" value="' + vars + '">' +
 '<param name="wmode" value="transparent">' +
 '<EMBED src="'+ path +'" FlashVars="' + vars + '" wmode="transparent" quality="high" bgcolor="'+ bkg +'" WIDTH="'+ w +'" HEIGHT="'+ h +'" NAME="'+ name +'" swLiveConnect='+ live +' ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>' +
 '</object>' ;
  return str;
}
function escapeURI(str) {
  str = str.replace(/=/g, '%3D'); 
  str = str.replace(/&/g, '%26');
  str = str.replace(/"/g, '%22');
  return str;
}
function test() {
  alert('test');
}
function getQuerryStringByName(name){
  url = new String(window.location);
  var xx=String(document.location.search);
  str_tmp = url.split("?");
  
  if( str_tmp.length < 2 ) return "";
  querry = str_tmp[1];
  
  if (xx.match(/%20\w+=/)) // haszcz
  { 
    element = querry.split(escape("&"));
  }
  else // bez haszcza
  {
    element = querry.split("&");
  }  
  i=0;
  while(i<element.length){
      e = element[i];
      _item =  e.split("=");
      if(_item[0] == name){
        return _item[1];
      }
      i++;
  }
  return "";
}

var pWin = null;
function popUpZT(src,x,y) {
    if (src == '') return;
     var str = '<ht'+'ml><he'+'ad><title>Snie¿ka</title></he'+'ad><bo'+'dy bgcolor="#FFFFFF" topmargin="0" leftmargin="0"><a href="javascript:self.close()"><img src='+src+' border="0"></a></bo'+'dy></ht'+'ml>';
 if (!pWin || pWin.closed) {
  pWin = window.open('','pWin','dependent=yes,resizable=no,scrollbars=yes,statusbar=no,toolbar=no,width='+eval(x)+',height='+eval(y)+',menubar=no,left=0,top=0')
 }
 pWin.document.open();
 pWin.document.write(str);
 pWin.document.close();
 pWin.focus();
}

function popUpAZ(s,x,y) {
    if (s == '') return;
    var obj=document.getElementById(s);
    if (obj==undefined) return;

    var str = '<ht'+'ml><he'+'ad><title>Snie¿ka</title></he'+'ad><bo'+'dy bgcolor="#FFFFFF" topmargin="0" leftmargin="0"><a href="javascript:self.close()"><img src='+obj.src+' border="0"></a></bo'+'dy></ht'+'ml>';
 if (!pWin || pWin.closed) {
  pWin = window.open('','pWin','dependent=yes,resizable=no,scrollbars=no,statusbar=no,toolbar=no,width='+eval(x)+',height='+eval(y)+',menubar=no,left=0,top=0')
 }
 pWin.document.open();
 pWin.document.write(str);
 pWin.document.close();
 pWin.focus();
}

function popUpKalk(url,x,y) {
    if (url == '') return;
    if (!pWin || pWin.closed) {
      pWin = window.open(url,'pWin','dependent=yes,resizable=no,scrollbars=no,statusbar=no,toolbar=no,width='+eval(x)+',height='+eval(y)+',menubar=no,left=0,top=0')
 }
// pWin.document.open();
// pWin.document.write(str);
// pWin.document.close();
 pWin.focus();
}

function getCookie(cookiename) {
 var cookiestring=""+document.cookie;
 var index1=cookiestring.indexOf(cookiename);
 if (index1==-1 || cookiename=="") return ""; 
 var index2=cookiestring.indexOf(';',index1);
 if (index2==-1) index2=cookiestring.length; 
 return unescape(cookiestring.substring(index1+cookiename.length+1,index2));
}


function okno(nazwa,szer,wys)
{
ScrWidth = 640; ScrHeight = 480;
if (window.screen) {ScrWidth = window.screen.width; ScrHeight = window.screen.height;}
 PosX = Math.round((ScrWidth - szer)/2);
 PosY = Math.round((ScrHeight - wys)/2);
window.open(nazwa,'','left='+PosX+',top='+PosY+', toolbar=no,scrollbars=no,resizable=no,status=no,location=no,directories=no,width='+eval(szer)+',height='+eval(wys)+',menubar=no')
}


/* FAQ */
    function expandFAQ() {
        for (i=0;i<faqArr.length;i++) {
            var obj = document.getElementById(faqArr[i]);
            if (obj.tagName == 'TR') {
                obj.style.display = (document.all) ? 'block' : 'table-row';
            }
            if (obj.tagName == 'DIV') {
                obj.style.display = 'block';
            }
        }
    }
    function collapseFAQ() {
        for (i=0;i<faqArr.length;i++) {
            var obj = document.getElementById(faqArr[i]);
            if (obj.tagName == 'TR') {
                obj.style.display = 'none';
            }
            if (obj.tagName == 'DIV') {
                obj.style.display = 'none';
            }
        }        
    }
function swapFAQ(faqID) {
    var obj = document.getElementById(faqID);
    var s = obj.style;
    if (document.all) {
        if (s.display == 'none') {
            s.display = 'block';
        } else if (s.display == 'block') {
            s.display = 'none';
        }
    } else {
        if (s.display == 'none') {
            s.display = 'table-row';
        } else if (s.display == 'table-row') {
            s.display = 'none';
        }
    }
}
/* /FAQ */




function gemius_parameters() {
 var dt=new Date();
 var url=new String();
 var d=document;
 url+='&tz='+dt.getTimezoneOffset();
 if (d.URL) url+='&href='+escape(d.URL.substring(0,299));
 var t=typeof Error;
 if(t!='undefined') {
  eval("try { if (top && top.document && top.document.referrer) { url+='&ref='+escape(top.document.referrer.substring(0,299))} else if(d.referrer) { url+='&ref='+escape(d.referrer.substring(0,299))} } catch(exception) { }")
 } else if(d.referrer) {
  url+='&ref='+escape(d.referrer.substring(0,299));
 }
 if (screen) {
  var s=screen;
  if (s.width) url+='&screen='+s.width+'x'+s.height;
  if (s.colorDepth) url+='&col='+s.colorDepth;
 }
 return url;
}

function Gemius(gemius_identifier) {
    if (gemius_identifier == "") return;
    if (document.location.protocol == 'https:') {
    var gemius_url=new String('https://pro.hit.gemius.pl/_'+(new Date()).getTime()+'/redot.gif?l=11&id=');
    } else {
    var gemius_url=new String('http://pro.hit.gemius.pl/_'+(new Date()).getTime()+'/redot.gif?l=11&id=');
    }
    gemius_url+=gemius_identifier;
    gemius_url+=gemius_parameters();
    gemius_image = new Image(1,1);
    gemius_image.src = gemius_url;
}
//-->
