
alt0 = new Image();
alt0.src = "/images/menu_blank.gif";

alt1 = new Image();
alt1.src = "/images/menu_wydanie.gif";

alt2 = new Image();
alt2.src = "/images/menu_archiwum.gif";

alt3 = new Image();
alt3.src = "/images/menu_szukaj.gif";

alt4 = new Image();
alt4.src = "/images/menu_dyskusje.gif";

alt5 = new Image();
alt5.src = "/images/menu_sonda.gif";

alt6 = new Image();
alt6.src = "/images/menu_pogotowie.gif";

alt7 = new Image();
alt7.src = "/images/menu_linki.gif";

alt8 = new Image();
alt8.src = "/images/menu_email.gif";

alt9 = new Image();
alt9.src = "/images/menu_obciachy.gif";

graphic1= new Image();
graphic1.src = "/images/b_wydanie_0.gif";
graphic1on = new Image();
graphic1on.src = "/images/b_wydanie_1.gif";

graphic2= new Image();
graphic2.src = "/images/b_archiwum_0.gif";
graphic2on = new Image();
graphic2on.src = "/images/b_archiwum_1.gif";

graphic3= new Image();
graphic3.src = "/images/b_szukaj_0.gif";
graphic3on = new Image();
graphic3on.src = "/images/b_szukaj_1.gif";

graphic4= new Image();
graphic4.src = "/images/b_forum_0.gif";
graphic4on = new Image();
graphic4on.src = "/images/b_forum_1.gif";

graphic5= new Image();
graphic5.src = "/images/b_sonda_0.gif";
graphic5on = new Image();
graphic5on.src = "/images/b_sonda_1.gif";

graphic6= new Image();
graphic6.src = "/images/b_pogotowie_0.gif";
graphic6on = new Image();
graphic6on.src = "/images/b_pogotowie_1.gif";

graphic7= new Image();
graphic7.src = "/images/b_linki_0.gif";
graphic7on = new Image();
graphic7on.src = "/images/b_linki_1.gif";

graphic8= new Image();
graphic8.src = "/images/b_email_0.gif";
graphic8on = new Image();
graphic8on.src = "/images/b_email_1.gif";

graphic9= new Image();
graphic9.src = "/images/b_obciachy0.gif";
graphic9on = new Image();
graphic9on.src = "/images/b_obciachy1.gif";

function imageChange(imageID,imageName,imageID2,imageName2) {
  document.images[imageID].src = eval(imageName + ".src");
  document.images[imageID2].src = eval(imageName2 + ".src");
}

