       var obrazekNad = "img/butt1.gif";
       var obrazekZa = "img/butt2.gif";
       var obrazekNadLang = "../img/butt1.gif";
       var obrazekZaLang = "../img/butt2.gif";

       function nadPrzyciskiem(przycisk){
                przycisk.src = obrazekNad;
       }
       function nadPrzyciskiemLang(przycisk){
                przycisk.src = obrazekNadLang;
       }

       function zaPrzyciskiem(przycisk){
                przycisk.src = obrazekZa;
       }
       function zaPrzyciskiemLang(przycisk){
                przycisk.src = obrazekZaLang;
       }

       function obrazekSwitch(przycisk, obrazek){
                przycisk.src = obrazek;
       }
function openBrWindow(theURL,winName, features, x, y) {
  var openedChild = window.open(theURL,winName,features);
  openedChild.focus();
  openedChild.resizeTo(x + 8,y + 36);
}

var openedChild;
function openDialogWindow(theURL,winName, x, y) {

  y = y + 60;
  features = "status=yes,menubar=no,resizable=no,titlebar=no,toolbar=no,width=" + x + ",height=" + y;
  if(openedChild != null){
    openedChild.close();
  }
  openedChild = window.open("#",winName, features);
  var childDoc = openedChild.document;
  childDoc.write("<html>");
  childDoc.write("  <body>");
  imgStr = "<img src='" + theURL + "' style='width:100%;height:100%' /> ";
  childDoc.write(imgStr);
  childDoc.write("  </body>");
  childDoc.write("</html>");
  
  openedChild.focus();
  openedChild.resizeTo(x ,y);
}

function poczta(){
    location.assign(String.fromCharCode(109,97,105,108,116,111,58,115,104,111,112,64,100,114,111,98,110,101,112,114,122,121,106,101,109,110,111,115,99,105,46,112,108));
}
    