try {
	document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}

function externalLinks() {
 if (!document.getElementsByTagName) return;
 var anchors = document.getElementsByTagName("a");
 for (var i=0; i<anchors.length; i++) {
   var anchor = anchors[i];
   if (anchor.getAttribute("href") &&
       anchor.getAttribute("rel") == "external")
     anchor.target = "_blank";
 }
}
window.onload = externalLinks;

function OtworzObrazek(src, tytul) {

Nowe=null;
 if (Nowe) {
 if (ie4) Nowe.close();
 else if (nn4) Nowe.closed;
 Nowe=null
 };

 Nowe=window.open("", "","toolbar=no, scrollbars=no, location=no, directories=no, status=no, menubar=no, resizable=no, width=150, height=200, top=10, left=10");
 Nowe.document.write('<HTML><HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"><TITLE>'+tytul+'</TITLE></HEAD><BODY topmargin=0 leftmargin=0 marginwidth=0 marginheight=0><img onLoad="window.resizeTo( obrazek.width+10, obrazek.height+49 );window.focus();" id="obrazek" name="obrazek" src="'+src+'" OnClick="window.close()" style="cursor:hand;" alt="Kliknij aby zamknac"></BODY></HTML>');

}