nn4=(document.layers) ? true : false;
ie4=(document.all) ? true : false;

Nowe=null;
function Otworz(w,s,src) {
if (Nowe) {
if (ie4) Nowe.close();
else if (nn4) Nowe.closed;
Nowe=null
};
Nowe=window.open("", "","toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=no,status=no,directories=no,resizable=no,height="+w+",width="+s);
Nowe.document.write("<HTML><HEAD><link rel=\"stylesheet\" type=\"text/css\" href=\"layout/fotka.css\"></HEAD><BODY><img src=\""+src+"\" width="+s+" height="+w+" border=0 /></BODY></HTML>")
Nowe.focus()
}

video=null;
function VideoFile(src,typ) {
if (video) {
if (ie4) video.close();
else if (nn4) video.closed;
video=null
};

video=window.open("http://www.kinopolska.com/video.php?typ="+typ+"&src="+src+"", "","toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=no,status=no,directories=no,resizable=no,height=371,width=355");
video.focus();

}

function makevisible(cur,which){
strength=(which==0)? 1 : 0.2

if (cur.style.MozOpacity)
cur.style.MozOpacity=strength
else if (cur.filters)
cur.filters.alpha.opacity=strength*100
}



