function ramka(){
    if (top==self) {
        var adres="http://powiatbialski.pl/index.php";
        var link=self.location.href;
        var ustaw_adres=adres + "?ADR=" + link;
        location.href=ustaw_adres;
      }
  }

function rozdzial(strona){
    if (strona!=""){
        window.location.href=strona
    }
}

function OverMouse(which,color){
if (document.all||document.getElementById){
which.style.borderColor=color

										  }
							   }
function OutMouse(which,color){
if (document.all||document.getElementById){
which.style.borderColor=color;
										  }
							   }

function okno_roz(strona_htm,wys,szer){
new_window = window.open(strona_htm,'','width=szer,height=wys,left=0,top=0,resizable=yes,scrollbars=yes,toolbar=no');
}
function nowe_okno(strona_htm){
new_window = window.open(strona_htm,'','width=650,height=500,left=0,top=0,resizable=yes,scrollbars=yes,toolbar=no');
}

function OverMouse(which,color){
if (document.all||document.getElementById){
which.style.borderColor=color

										  }
							   }
function OutMouse(which,color){
if (document.all||document.getElementById){
which.style.borderColor=color;
									  }
							   }
function zamknijOkno() {
			window.close()
			}
function drukuj(){
	if (!window.print){
	alert("Musisz mieæ NS4.x lub IE5,\naby u¿yæ przycisku drukowania!")
	return
		 }
window.print()
		  }

