    $(function() {
        $('a[@rel*=lightbox]').lightBox();
    });


		function rozwin(box) {
		
			if (document.getElementById(box).style.visibility=='visible') {
				$(".submenu").css("visibility","hidden");
			} else {
				$(".submenu").css("visibility","hidden");
				$("#"+box).css("visibility","visible");
			}
		
		}

		function pokaz_ukryj(blok) {
			if (document.getElementById(blok).style.display=="block") {		  
				$(".opis").css("display","none");
			} else {
				$(".opis").css("display","none");
				document.getElementById(blok).style.display="block";
			}
		}

	  function otworz(obraz, width, height){
      okno=window.open("","",'toolbar=none,resizable=1,scrollbars=yes,width=' + width + ',height=' + height + '');
      okno.document.write("<HTML><title>.:: Zdjęcie ::.</title><BODY bgcolor=black leftmargin=0 topmargin=0> \
           <TABLE width='100%' height='100%' align='center' cellspacing=0 cellpadding=0  onClick='javascript:window.close()' style='cursor:pointer'>\
           <TR><TD align='center' valign=center><IMG src='"+obraz+"'></TD></TR></TABLE></BODY></HTML>");
		}
	  function okno(link){
      window.open(link,"",'toolbar=none,resizable=1,scrollbars=yes,width=800,height=600');
		}
	
  function zdjecie(obraz, width, height){
      okno=window.open("","",'toolbar=none,width=' + width + ',height=' + height + '');
      okno.document.write("<HTML><title>.:: Zdjęcie ::.</title><BODY bgcolor=black leftmargin=0 topmargin=0> \
           <TABLE width='100%' height='100%' align='center' cellspacing=0 cellpadding=0  onClick='javascript:window.close()' style='cursor:pointer'>\
           <TR><TD align='center' valign=center><IMG src='"+obraz+"'></TD></TR></TABLE></BODY></HTML>");
  }
	function print_site() {
		window.print()
  }
	



