function Zmien_Zakladke_Konk_Biuro_POdrozy(ktora,do_wyswietlenia,razem)
 {
 for(i=1;i<=razem;i++)
  {
  document.getElementById("Zak_Biuro_"+i).className="Zakladki_Biura_Podrozy_off";
  document.getElementById("Zak_Biuro_Wartosc_"+i).className="ukryty";
  document.getElementById("Zak_Biuro_arrow_"+i).className="ukryty";
  }
 document.getElementById("Zak_Biuro_"+ktora).className="Zakladki_Biura_Podrozy_on";
 document.getElementById("Zak_Biuro_Wartosc_"+do_wyswietlenia).className="widoczny";
 document.getElementById("Zak_Biuro_arrow_"+ktora).className="widoczny";
 }


function Zmien_Zakladke_Head(nazwa_zakladki,ktora,do_wyswietlenia,razem)
 {
 var Zakladka = nazwa_zakladki;
 for(i=1;i<=razem;i++)
  {
  document.getElementById("Zak_Head_"+i).className="Zakladki_Head_off";
  document.getElementById("Zak_Head_Wartosc_"+i).className="ukryty";


  }
 document.getElementById("Zak_Head_"+ktora).className="Zakladki_Head_on";
 document.getElementById("Zak_Head_Wartosc_"+do_wyswietlenia).className="widoczny";


 if(Zakladka!='')
  {
  var termin=new Date();
  termin.setTime(termin.getTime()+1000*60*60);

  document.cookie="Zakladka="+ Zakladka + "; expires=" + termin.toGMTString();
  }
 }

function Zmien_Zakladke_1_Profil(ktora,do_wyswietlenia,razem)
 {
 for(i=1;i<=razem;i++)
  {
  document.getElementById("Zak_1_Profil_"+i).className="Zakladki_1_Profil_off";
  document.getElementById("Zak_1_Profil_Wartosc_"+i).className="ukryty";
  document.getElementById("Zak_1_Profil_arrow_"+i).className="ukryty";
  }
 document.getElementById("Zak_1_Profil_"+ktora).className="Zakladki_1_Profil_on";
 document.getElementById("Zak_1_Profil_Wartosc_"+do_wyswietlenia).className="widoczny";
 document.getElementById("Zak_1_Profil_arrow_"+ktora).className="widoczny";
 }

function Zmien_Zakladke_Startowa(ktora,do_wyswietlenia,razem)
 {
 for(i=1;i<=razem;i++)
  {
  document.getElementById("Zak_Startowa_"+i).className="Zakladki_Startowa_off";
  document.getElementById("Zak_Startowa_Wartosc_"+i).className="ukryty";
  document.getElementById("Zak_Startowa_arrow_"+i).className="ukryty";
  }
 document.getElementById("Zak_Startowa_"+ktora).className="Zakladki_Startowa_on";
 document.getElementById("Zak_Startowa_Wartosc_"+do_wyswietlenia).className="widoczny";
 document.getElementById("Zak_Startowa_arrow_"+ktora).className="widoczny";
 }

function Zmien_Zakladke_Konk_Foto(ktora,do_wyswietlenia,razem)
 {
 for(i=1;i<=razem;i++)
  {
  document.getElementById("Zak_Zdjecie_"+i).className="Zakladki_Zdjecie_off";
  document.getElementById("Zak_Zdjecie_Wartosc_"+i).className="ukryty";
  document.getElementById("Zak_Zdjecie_arrow_"+i).className="ukryty";
  }
 document.getElementById("Zak_Zdjecie_"+ktora).className="Zakladki_Zdjecie_on";
 document.getElementById("Zak_Zdjecie_Wartosc_"+do_wyswietlenia).className="widoczny";
 document.getElementById("Zak_Zdjecie_arrow_"+ktora).className="widoczny";
 }


function Zmien_Zakladke_Kom_Prof(ktora,do_wyswietlenia,razem)
 {
 for(i=1;i<=razem;i++)
  {
  document.getElementById("Zak_Komentarze_Profil_"+i).className="Zakladki_Komentarze_Profil_off";
  document.getElementById("Zak_Komentarze_Profil_Wartosc_"+i).className="ukryty";
  document.getElementById("Zak_Komentarze_Profil_arrow_"+i).className="ukryty";
  }
 document.getElementById("Zak_Komentarze_Profil_"+ktora).className="Zakladki_Komentarze_Profil_on";
 document.getElementById("Zak_Komentarze_Profil_Wartosc_"+do_wyswietlenia).className="widoczny";
 document.getElementById("Zak_Komentarze_Profil_arrow_"+ktora).className="widoczny";
 }

function Zmien_Zakladke_Album(ktora,do_wyswietlenia,razem)
 {
 for(i=1;i<=razem;i++)
  {
  document.getElementById("Zak_Album_"+i).className="Zakladki_Album_off";
  document.getElementById("Zak_Album_Wartosc_"+i).className="ukryty";
  document.getElementById("Zak_Album_arrow_"+i).className="ukryty";
  }
 document.getElementById("Zak_Album_"+ktora).className="Zakladki_Album_on";
 document.getElementById("Zak_Album_Wartosc_"+do_wyswietlenia).className="widoczny";
 document.getElementById("Zak_Album_arrow_"+ktora).className="widoczny";
 }