Normal1 = new Image();
Normal1.src = "../buttons/button2.gif";
Highlight1 = new Image();
Highlight1.src = "../buttons/button2h.gif";

Normal2 = new Image();	
Normal2.src = "../buttons/button3.gif";	
Highlight2 = new Image();
Highlight2.src = "../buttons/button3h.gif";	

Normal3 = new Image();
Normal3.src = "../buttons/button4.gif";
Highlight3 = new Image();
Highlight3.src = "../buttons/button4h.gif";

Normal4 = new Image();
Normal4.src = "../buttons/button6.gif";
Highlight4 = new Image();
Highlight4.src = "../buttons/button6h.gif";

Normal5 = new Image();
Normal5.src = "../buttons/button8.gif";
Highlight5 = new Image();
Highlight5.src = "../buttons/button8h.gif";

Normal6 = new Image();
Normal6.src = "../buttons/button7.gif";
Highlight6 = new Image();
Highlight6.src = "../buttons/button7h.gif";

Normal7 = new Image();
Normal7.src = "../buttons/button5.gif";
Highlight7 = new Image();
Highlight7.src = "../buttons/button5h.gif";

Normal8 = new Image();
Normal8.src = "../buttons/button1.gif";
Highlight8 = new Image();
Highlight8.src = "../buttons/button1h.gif";

function Bildwechsel (Bildnr, Bildobjekt) 
{
window.document.images[Bildnr].src = Bildobjekt.src;
}
