<!--
Normal1 = new Image();
Normal1.src = "../images/gestallt/buttons/b01_1.gif";     /* erste Standard-Grafik */
Highlight1 = new Image();
Highlight1.src = "../images/gestallt/buttons/b01_2.gif"; /* erste Highlight-Grafik */

Normal2 = new Image();
Normal2.src = "../images/gestallt/buttons/b02_1.gif";     /* zweite Standard-Grafik */
Highlight2 = new Image();
Highlight2.src = "../images/gestallt/buttons/b02_2.gif"; /* zweite Highlight-Grafik */

Normal3 = new Image();
Normal3.src = "../images/gestallt/buttons/b03_1.gif";
Highlight3 = new Image();
Highlight3.src = "../images/gestallt/buttons/b03_2.gif";

Normal4 = new Image();
Normal4.src = "../images/gestallt/buttons/b04_1.gif";
Highlight4 = new Image();
Highlight4.src = "../images/gestallt/buttons/b04_2.gif";

Normal5 = new Image();
Normal5.src = "../images/gestallt/buttons/b05_1.gif";
Highlight5 = new Image();
Highlight5.src = "../images/gestallt/buttons/b05_2.gif";

Normal6 = new Image();
Normal6.src = "../images/gestallt/buttons/b06_1.gif";
Highlight6 = new Image();
Highlight6.src = "../images/gestallt/buttons/b06_2.gif";

Normal7 = new Image();
Normal7.src = "../images/gestallt/buttons/b07_1.gif";
Highlight7 = new Image();
Highlight7.src = "../images/gestallt/buttons/b07_2.gif";

Normal8 = new Image();
Normal8.src = "../images/gestallt/buttons/b08_1.gif";
Highlight8 = new Image();
Highlight8.src = "../images/gestallt/buttons/b08_2.gif";

Normal9 = new Image();
Normal9.src = "../images/gestallt/buttons/b09_1.gif";
Highlight9 = new Image();
Highlight9.src = "../images/gestallt/buttons/b09_2.gif";

Normal10 = new Image();
Normal10.src = "../images/gestallt/buttons/b10_1.gif";
Highlight10 = new Image();
Highlight10.src = "../images/gestallt/buttons/b10_2.gif";

Normal11 = new Image();
Normal11.src = "../images/gestallt/buttons/b11_1.gif";
Highlight11 = new Image();
Highlight11.src = "../images/gestallt/buttons/b11_2.gif";

Normal12 = new Image();
Normal12.src = "../images/gestallt/buttons/b12_1.gif";
Highlight12 = new Image();
Highlight12.src = "../images/gestallt/buttons/b12_2.gif";

Normal13 = new Image();
Normal13.src = "../images/gestallt/buttons/b13_1.gif";
Highlight13 = new Image();
Highlight13.src = "../images/gestallt/buttons/b13_2.gif";

Normal14 = new Image();
Normal14.src = "../images/gestallt/buttons/b14_1.gif";
Highlight14 = new Image();
Highlight14.src = "../images/gestallt/buttons/b14_2.gif";
/* usw. fuer alle weiteren zu benutzenden Grafiken */

function Bildwechsel(Bildnr,Bildobjekt) {
 window.document.images[Bildnr].src = Bildobjekt.src;
}
//-->
