	function dodaj() {
	var tytul = 'Okręg PZW w Tarnobrzegu';
	var adres = 'http://pzwtarnobrzeg.pl';
	  	//FireFox
    	if (window.sidebar) { 
   	window.sidebar.addPanel(tytul, adres, ""); 
   		//IE
   		} else if (window.external) {
   		window.external.AddFavorite(adres, tytul); 
   		//Opera
   		} else if (window.opera && window.print) {
   		var a = document.createElement('a');
   		a.setAttribute('href', adres);
   		a.setAttribute('title', tytul);
   		a.setAttribute('rel','sidebar');
   		a.click();
   		}
			}
		if (window.external || window.sidebar || 
    (window.opera  && window.print) ) {
	document.writeln('<a href="javascript:dodaj()"> <img src="style/images/pzw_07.png" border="0" title="Dodaj do Ulubionych)"/></a>');
}