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";

   if (anchor.getAttribute("href") &&
     anchor.getAttribute("rel") == "external-lc") {
     anchor.setAttribute("onclick", "return LC(this);");
   }
   if (anchor.getAttribute("href") &&
     anchor.getAttribute("rel") == "external-mk") {
     anchor.setAttribute("onclick", "return MK(this);");
   }
   if (anchor.getAttribute("href") &&
     anchor.getAttribute("rel") == "external-tw") {
     anchor.setAttribute("onclick", "return TW(this);");
   }
   if (anchor.getAttribute("href") &&
     anchor.getAttribute("rel") == "external-mp") {
     anchor.setAttribute("onclick", "return MP(this);");
   }
   if (anchor.getAttribute("href") &&
     anchor.getAttribute("rel") == "external-rr") {
     anchor.setAttribute("onclick", "return RR(this);");
   }
 }
}
function LC(o) {
  var okno = window.open('about:blank', "LC", "width=250, height=164, menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no, location=no, left=200, top=200");
  okno.document.write("<body background='../sites/all/themes/lodowagora/grafika/Leszek_Cichy.jpg'></body>");
}
function MK(o) {
  var okno = window.open('about:blank', "MK", "width=250, height=164, menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no, location=no, left=200, top=200");
  okno.document.write("<body background='../sites/all/themes/lodowagora/grafika/Marek_Kaminski.jpg'></body>");
}
function TW(o) {
  var okno = window.open('about:blank', "TW", "width=250, height=164, menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no, location=no, left=200, top=200");
  okno.document.write("<body background='../sites/all/themes/lodowagora/grafika/Tomek_Walkiewicz.jpg'></body>");
}
function MP(o) {
  var okno = window.open('about:blank', "MP", "width=250, height=164, menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no, location=no, left=200, top=200");
  okno.document.write("<body background='../sites/all/themes/lodowagora/grafika/Miroslaw_Polowiec.jpg'></body>");
}
function RR(o) {
  var okno = window.open('about:blank', "RR", "width=250, height=164, menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no, location=no, left=200, top=200");
  okno.document.write("<body background='../sites/all/themes/lodowagora/grafika/Ryszard_Rusinek.jpg'></body>");
}