<!-- begin script

Normal1 = new Image();
Normal1.src = "button_forum.gif";
Normal2 = new Image();
Normal2.src = "button_noppen.gif";
Normal3 = new Image();
Normal3.src = "button_belag.gif";
Normal4 = new Image();
Normal4.src = "button_holz.gif";
Normal5 = new Image();
Normal5.src = "button_home.gif";
Normal6 = new Image();
Normal6.src = "button_wissen.gif";
Normal7 = new Image();
Normal7.src = "button_material.gif";
Normal8 = new Image();
Normal8.src = "button_suche.gif";
Normal9 = new Image();
Normal9.src = "button_links.gif";
Normal10 = new Image();
Normal10.src = "button_impressum.gif";
Normal11 = new Image();
Normal11.src = "hinweis.gif";

Highlight1 = new Image();
Highlight1.src = "button_forum_over.gif";
Highlight2 = new Image();
Highlight2.src = "button_noppen_over.gif";
Highlight3 = new Image();
Highlight3.src = "button_belag_over.gif";
Highlight4 = new Image();
Highlight4.src = "button_holz_over.gif";
Highlight5 = new Image();
Highlight5.src = "button_home_over.gif";
Highlight6 = new Image();
Highlight6.src = "button_wissen_over.gif";
Highlight7 = new Image();
Highlight7.src = "button_material_over.gif";
Highlight8 = new Image();
Highlight8.src = "button_suche_over.gif";
Highlight9 = new Image();
Highlight9.src = "button_links_over.gif";
Highlight10 = new Image();
Highlight10.src = "button_impressum_over.gif";
Highlight11 = new Image();
Highlight11.src = "hinweis_over.gif";


window.document.images['forum'].src = Normal1.src;
window.document.images['noppen'].src = Normal2.src;
window.document.images['belag'].src = Normal3.src;
window.document.images['holz'].src = Normal4.src;




function Bildwechsel(imgID,Bildobjekt)
{
window.document.images[imgID].src = Bildobjekt.src;
}

// end script -->
