function zwin(f){

var t = document.getElementById(f);
ff='#'+f;
if(t.style.display=="none") { $(ff).show("slow");}
else { $(ff).hide("slow");} 
}

function zwin2(f){



//var e = document.getElementById(g);
var t = document.getElementById(f);

if(t.style.display=="none") {  t.style.display="block"; 
                                
                             }
else { 
  t.style.display="none"; 
  


} 
}

function pomoc()
{
if(document.getElementById("fpomoc").style.display=="block")
   $('#fpomoc').hide("slow");
else
  $('#fpomoc').show("slow");
}

function dodaj(){
if (window.external || window.sidebar || (window.opera && window.print)) {
var tytul = "Word Słupsk";
var adres = "http://www.word.slupsk.pl";
if (window.sidebar) { //FireFox
window.sidebar.addPanel(tytul, adres, "");
} else if (window.external) { //IE
window.external.AddFavorite(adres, tytul);
} else if (window.opera && window.print) { //Opera
var a = document.createElement('a');
a.setAttribute('href', adres);
a.setAttribute('title', tytul);
a.setAttribute('rel','sidebar');
a.click();
}
}else{
alert("Nie wiem jak dodać do ulubionych w twojej przeglądarce.");
}
} 
