<!--

function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no' );
}

function zmienA(ob,on) {
var div = ob.parentNode.parentNode;
var img = div.getElementsByTagName('IMG');
img[0].src = (on)?'img/ludzik2.gif':'img/ludzik1.gif'
div.style.background = (on)?"url(img/a_tlo2.gif) bottom left no-repeat":"url(img/a_tlo1.gif) bottom left no-repeat";
}

function opc( src, w, h ) {
   msg=window.open( "gal/p.php?id="+src, src,"toolbar=no,width="+(w)+",height="+(h)+",location=no,directories=no,status=no,scrollbars=no,resize=no,menubar=no")
}
//-->
