Normal = new Image();                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Normal1 = new Image();
Normal.src = "./top/menuhome.gif";     /* erste Standard-Grafik */
Highlight = new Image();
Highlight.src = "./top/menuhome_on.gif"; /* erste Highlight-Grafik */

Normal2 = new Image();                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Normal1 = new Image();
Normal2.src = "./top/menucontact.gif";     /* zweite Standard-Grafik */
Highlight2 = new Image();
Highlight2.src = "./top/menucontact_on.gif"; /* zweite Highlight-Grafik */

Normal3 = new Image();                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Normal1 = new Image();
Normal3.src = "./top/menuenglish.gif";     /* dritte Standard-Grafik */
Highlight3 = new Image();
Highlight3.src = "./top/menuenglish_on.gif"; /* dritte Highlight-Grafik */

Normal4 = new Image();                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Normal1 = new Image();
Normal4.src = "./top/menucontactEN.gif";     /* vierte Standard-Grafik */
Highlight4 = new Image();
Highlight4.src = "./top/menucontactEN_on.gif"; /* vierte Highlight-Grafik */

Normal5 = new Image();                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Normal1 = new Image();
Normal5.src = "./top/menugerman.gif";     /* fuenfte Standard-Grafik */
Highlight5 = new Image();
Highlight5.src = "./top/menugerman_on.gif"; /* fuenfte Highlight-Grafik */

Normal6 = new Image();                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Normal1 = new Image();
Normal6.src = "./top/menuimpressum.gif";     /* sechste Standard-Grafik */
Highlight6 = new Image();
Highlight6.src = "./top/menuimpressum_on.gif"; /* sechste Highlight-Grafik */

Normal7 = new Image();                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Normal1 = new Image();
Normal7.src = "./top/menuimpressumEN.gif";     /* siebte Standard-Grafik */
Highlight7 = new Image();
Highlight7.src = "./top/menuimpressumEN_on.gif"; /* siebte Highlight-Grafik */

Normal8 = new Image();                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Normal1 = new Image();
Normal8.src = "./top/menuprint.gif";     /* achte Standard-Grafik */
Highlight8 = new Image();
Highlight8.src = "./top/menuprint_on.gif"; /* achte Highlight-Grafik */

Normal9 = new Image();                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Normal1 = new Image();
Normal9.src = "./top/menuprintEN.gif";     /* neunte Standard-Grafik */
Highlight9 = new Image();
Highlight9.src = "./top/menuprintEN_on.gif"; /* neunte Highlight-Grafik */




function Bildwechsel(Bildnr,Bildobjekt) {
 window.document.images[Bildnr].src = Bildobjekt.src;
}