

Normal1 = new Image();
Normal1.src = "button/home.gif";     /* erste Standard-Grafik */

Highlight1 = new Image();
Highlight1.src = "button/home_s.gif"; /* erste Highlight-Grafik */


Normal2 = new Image();
Normal2.src ="button/verein.gif";    

Highlight2 = new Image();
Highlight2.src =  "button/verein_s.gif";


Normal3 = new Image();
Normal3.src = "button/ks.gif";    

Highlight3 = new Image();
Highlight3.src =  "button/ks_s.gif";


Normal4 = new Image();
Normal4.src ="button/fb.gif";

Highlight4 = new Image();
Highlight4.src =  "button/fb_s.gif";


Normal5 = new Image();
Normal5.src ="button/hb.gif";   

Highlight5 = new Image();
Highlight5.src = "button/hb_s.gif";


Normal6 = new Image();
Normal6.src ="button/vb.gif";

Highlight6 = new Image();
Highlight6.src = "button/vb_s.gif";


Normal7 = new Image();
Normal7.src ="button/ol.gif"; 

Highlight7 = new Image();
Highlight7.src =  "button/ol_s.gif";


Normal8 = new Image();
Normal8.src = "button/gb.gif";   

Highlight8 = new Image();
Highlight8.src = "button/gb_s.gif";


Normal9 = new Image();
Normal9.src ="button/imp.gif";    /* neunte Standard-Grafik */

Highlight9 = new Image();
Highlight9.src =  "button/imp_s.gif";  /* neunte Highlight-Grafik */

function Bildwechsel (Bildnr, Bildobjekt) {
  window.document.images[Bildnr].src = Bildobjekt.src;
}
