<!--
nothb = new Image();
nothb.src = "images/buttons/back3.gif";
ovthb = new Image();
ovthb.src = "images/buttons/back3ov.gif";

nottp = new Image();
nottp.src = "images/buttons/top3.gif";
ovttp = new Image();
ovttp.src = "images/buttons/top3ov.gif";

var leer = 'Strona w trakcie przebudowy';

function ikonCH (ikon,XX) {
  alert(XX);
  window.document.images['tar'].src = ikon.src;}
 
function ikon01 (ikon) {
  window.document.images["mt01"].src = ikon.src;}

function ikon02 (ikon) {
  window.document.images["mt02"].src = ikon.src;}

function ikon03 (ikon) {
  window.document.images["mt03"].src = ikon.src;}

function ikon04 (ikon) {
  window.document.images["mt04"].src = ikon.src;}

function ikon05 (ikon) {
  window.document.images["mt05"].src = ikon.src;}

function ikon06 (ikon) {
  window.document.images["mt06"].src = ikon.src;}

function ikonhb (ikon) {
  window.document.images["mthb"].src = ikon.src;}

function ikontp (ikon) {
  window.document.images["mttp"].src = ikon.src;}


var mza, mzb;
function ikonM (zellid) {
mza = document.getElementById(zellid);
if (mza.className != "ovr") mza.className = "ovr";
else {mza.className = "nor"};
}

function AutoFenster (imgurl,format){
imgname = new Image();
imgname.src = imgurl.href;
var imgwidth = imgname.width;
var imgheight = imgname.height;

if (imgwidth==0) {
if (format=='ver'){
var imgwidth = 400;
var imgheight = 600;
}
else if (format=='hor'){
var imgwidth=600;
var imgheight=400;
}
else {
var imgwidth = 600;
var imgheight = 600;
}}
var imgwidth = imgwidth+20;
var imgheight = imgheight+20;

fenster = window.open(imgurl.href,'AutoFenster','width='+imgwidth+', height='+imgheight+',resizable=0,scrollbars=no,menubar=no,left=100,top=200');
fenster.focus();
}

//-->
