function ShowPicture(szerokosc,wysokosc,plik) {
	var szerokosc = szerokosc+10;
	var wysokosc = wysokosc+10;
	var features = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+szerokosc+',height='+wysokosc;
	var popUpWindow = window.open(plik, "popup", features);

}

function okno() {
  window.open(this.href,'','resizable=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,fullscreen=no,dependent=no,status');
}


function show(element) {
	e = document.getElementById(element);
	e.style.background='#ffc000';
}

function hide(element) {
	e = document.getElementById(element);
	e.style.background='none';
}


<!--
kryj = 0; id = 0;

function menu(element) {
  kryj = 1;
  e = document.getElementById("m1");
  e.style.visibility = "hidden";
  document.getElementById(element).style.visibility = "visible";
  po.style.background='#ffd75a';
  m1.style.background='#ffd75a';
}
function koniec() {
  clearTimeout(id);
  kryj=0;
  id = setTimeout(ukryj, 200);
  po.style.background='#fff4d9';
  }

function ukryj() {
  if (kryj==0) {
    i = 1;
    e = document.getElementById("m1");
    e.style.visibility = "hidden";
  }
}

function mapa(opcja) {
	window.open('/smolkop/userfiles/flash/mapki/smolkop_Leczna.swf','','resizable=yes,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,fullscreen=no,dependent=no,width=1191,height=888')
}
// -->

