// JavaScript Document

function ZKB(o,i){
    if (i==1) {
        o.style.backgroundColor="#edf6fa";
    } else {
        o.style.backgroundColor="";
    }
}

function ShowPrint(i,ln,iduser){
	var w=window.open("wydruk.aspx?id="+i+"&lng="+ln+"&iduser="+iduser,"","width=750,height=700,scrollbars=yes,resizable=yes,menubar=yes ");
}


function  popup(url)
   {
     window.open(url,'','width=655,height=800');
   }
