kryj = 0; id = 0;
function menu(element) {
  i = 1; kryj = 1;
  while (e = document.getElementById("m" + i++))
    e.style.visibility = "hidden";
  document.getElementById(element).style.visibility = "visible";
  $("#search_top").hide();
}

function koniec() {
  clearTimeout(id);
  kryj=0; id = setTimeout(ukryj, 150)
}

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


function migocz(ID)
{
e = document.getElementById(ID);
if (e != null ){ 
	if (e.style.visibility != 'visible') {e.style.visibility = 'visible';} else {e.style.visibility = 'hidden';}
	
	}
}

function podglad(url, x, y) {
 okno = window.open("", "o", "width="+x+", height="+y+", left=100, top=25,"
   + " innerwidth="+x+", innerheight="+y+", location=0, directories=0,"
   + " scrollbars=0, menubar=0, toolbar=0, status=0, resizable=1");
 okno.document.open();
 okno.document.writeln('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"');
 okno.document.writeln('"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">');
 okno.document.writeln('<html xmlns="http://www.w3.org/1999/xhtml" ');
 okno.document.writeln('xml:lang="pl"><head><meta http-equiv="Content-type"');
 okno.document.writeln(' content="text/html; charset=iso-8859-2" />');
 okno.document.writeln('<title>Podgląd</title><style type="text/css"><!--');
 okno.document.writeln('body {margin:0px; padding:0px; background:white;}');
 okno.document.writeln('img {display:block; border:0px;}');
 okno.document.writeln('--></style></head><body>');
 okno.document.writeln('<a href="javascript:self.close()"><img ');
 okno.document.writeln('src="'+url+'" alt="Zamknij" /></a></body></html>');
 okno.document.close();
 okno.focus();
}

function podglads(url, x, y) {
 okno = window.open("", "o", "width="+x+", height="+y+", left=100, top=25,"
   + " innerwidth="+x+", innerheight="+y+", location=0, directories=0,"
   + " scrollbars=1, menubar=0, toolbar=0, status=0, resizable=1");
 okno.document.open();
 okno.document.writeln('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"');
 okno.document.writeln('"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">');
 okno.document.writeln('<html xmlns="http://www.w3.org/1999/xhtml" ');
 okno.document.writeln('xml:lang="pl"><head><meta http-equiv="Content-type"');
 okno.document.writeln(' content="text/html; charset=iso-8859-2" />');
 okno.document.writeln('<title>Podgląd</title><style type="text/css"><!--');
 okno.document.writeln('body {margin:0px; padding:0px; background:white;}');
 okno.document.writeln('img {display:block; border:0px;}');
 okno.document.writeln('--></style></head><body>');
 okno.document.writeln('<a href="javascript:self.close()"><img ');
 okno.document.writeln('src="'+url+'" alt="Zamknij" /></a></body></html>');
 okno.document.close();
 okno.focus();
}


function zaladuj_zdjecie(zdjecie,w,h) {
	//alert ('ładuje zdjęcie '+zdjecie);
	if (zdjecie!='') {
		if (w!=0 && h!=0) {
			document.getElementById('zdjecie1').innerHTML = '<img src="'+zdjecie+'" alt="" width="'+w+'" height="'+h+'" />';
		} else {
			document.getElementById('zdjecie1').innerHTML = '<img src="'+zdjecie+'" alt="" />';
		}
	}
}
