<!--
licz=0;
function otworz(nazwa,szer,wys,opcja) {
config='left=0,top=0,width='+szer+',height='+wys+',innerheight='+wys+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars='+opcja+',resizable=no';
kitekSC='okno' + licz + opcja + wys + szer;
stadion=window.open(nazwa,kitekSC,config);
stadion.focus();
licz+=1;
}

var statusCheck=1;
function CheckAll() {
    len=document.worek.elements.length;
    var i;
	   for (i=0; i<len; i++) {
       if (document.worek.elements[i].name=='all') {
            if(statusCheck==1) document.worek.elements[i].checked=1; else document.worek.elements[i].checked=0;
        }
    }
 if(statusCheck==1) statusCheck=2; else statusCheck=1;


}

//-->
