<!-- ukrycie skryptu przed starymi przeglądarkami
   nazwaPrzegl = navigator.appName;
   werPrzegl = parseInt(navigator.appVersion);
   if (nazwaPrzegl == "Netscape" && werPrzegl >= 3) version = "n3"; 
    else if (nazwaPrzegl == "Microsoft Internet Explorer" && werPrzegl >= 4) version = "n3";
    else version = "n2";
   if (version == "n3")
 { news = new Image();
     news.src = "gfx/news.jpg";
     news_on = new Image();
     news_on.src = "gfx/news2.jpg"; }
{ glowna = new Image();
     glowna.src = "gfx/glowna.jpg";
     glowna_on = new Image();
     glowna_on.src = "gfx/glowna2.jpg"; }
{ dysk = new Image();
     dysk.src = "gfx/dysk.jpg";
     dysk_on = new Image();
     dysk_on.src = "gfx/dysk2.jpg"; }
{ bio = new Image();
     bio.src = "gfx/bio.jpg";
     bio_on = new Image();
     bio_on.src = "gfx/bio2.jpg"; }
{ band = new Image();
     band.src = "gfx/band.jpg";
     band_on = new Image();
     band_on.src = "gfx/band2.jpg"; } 
{ foto = new Image();
     foto.src = "gfx/foto.jpg";
     foto_on = new Image();
     foto_on.src = "gfx/foto2.jpg"; } 
{ wyw = new Image();
     wyw.src = "gfx/wyw.jpg";
     wyw_on = new Image();
     wyw_on.src = "gfx/wyw2.jpg"; } 
{ mp = new Image();
     mp.src = "gfx/mp.jpg";
     mp_on = new Image();
     mp_on.src = "gfx/mp2.jpg"; }   
{ video = new Image();
     video.src = "gfx/video.jpg";
     video_on = new Image();
     video_on.src = "gfx/video2.jpg"; }   
{ manag = new Image();
     manag.src = "gfx/manag.jpg";
     manag_on = new Image();
     manag_on.src = "gfx/manag2.jpg"; }   
{ merch = new Image();
     merch.src = "gfx/merch.jpg";
     merch_on = new Image();
     merch_on.src = "gfx/merch2.jpg"; }   
{ linki = new Image();
     linki.src = "gfx/linki.jpg";
     linki_on = new Image();
     linki_on.src = "gfx/linki2.jpg"; }   
{ newse = new Image();
     newse.src = "gfx/news-e.jpg";
     newse_on = new Image();
     newse_on.src = "gfx/news2-e.jpg"; }
{ glownae = new Image();
     glownae.src = "gfx/glowna-e.jpg";
     glownae_on = new Image();
     glownae_on.src = "gfx/glowna2-e.jpg"; }
{ dyske = new Image();
     dyske.src = "gfx/dysk-e.jpg";
     dyske_on = new Image();
     dyske_on.src = "gfx/dysk2-e.jpg"; }
{ bioe = new Image();
     bioe.src = "gfx/bio-e.jpg";
     bioe_on = new Image();
     bioe_on.src = "gfx/bio2-e.jpg"; }
{ bande = new Image();
     bande.src = "gfx/band-e.jpg";
     bande_on = new Image();
     bande_on.src = "gfx/band2-e.jpg"; } 
{ fotoe = new Image();
     fotoe.src = "gfx/foto-e.jpg";
     fotoe_on = new Image();
     fotoe_on.src = "gfx/foto2-e.jpg"; } 
{ wywe = new Image();
     wywe.src = "gfx/wyw-e.jpg";
     wywe_on = new Image();
     wywe_on.src = "gfx/wyw2-e.jpg"; } 
{ mpe = new Image();
     mpe.src = "gfx/mp-e.jpg";
     mpe_on = new Image();
     mpe_on.src = "gfx/mp2-e.jpg"; }   
{ videoe = new Image();
     videoe.src = "gfx/video-e.jpg";
     videoe_on = new Image();
     videoe_on.src = "gfx/video2-e.jpg"; }   
{ manage = new Image();
     manage.src = "gfx/manag-e.jpg";
     manage_on = new Image();
     manage_on.src = "gfx/manag2-e.jpg"; }   
{ merche = new Image();
     merche.src = "gfx/merch-e.jpg";
     merche_on = new Image();
     merche_on.src = "gfx/merch2-e.jpg"; }   
{ linkie = new Image();
     linkie.src = "gfx/linki-e.jpg";
     linkie_on = new Image();
     linkie_on.src = "gfx/linki2-e.jpg"; }   
   function img_on(imgName)
   {
     if (version == "n3")
     {
      imgOn = eval(imgName + "_on.src");
      document [imgName].src = imgOn;
     }
   }
   function img_out(imgName)
   {
     if (version == "n3")
     {
       imgOut = eval(imgName + ".src");
       document [imgName].src = imgOut;
     }
   }
// koniec ukrywania skryptu przed starymi przeglądarkami -->

