// JavaScript Document
Normal1 = new Image();
Normal1.src = "http://www.ornithologie-schleswig-holstein.de/2011/css/buttons/aktuell.jpg";     /* erste Standard-Grafik */
Highlight1 = new Image();
Highlight1.src = "http://www.ornithologie-schleswig-holstein.de/2011/css/buttons/aktuell_01.jpg"; /* erste Highlight-Grafik */

Normal2 = new Image();
Normal2.src = "http://www.ornithologie-schleswig-holstein.de/2011/css/buttons/oag.jpg";     /* zweite Standard-Grafik */
Highlight2 = new Image();
Highlight2.src = "http://www.ornithologie-schleswig-holstein.de/2011/css/buttons/oag_01.jpg"; /* zweite Highlight-Grafik */

Normal3 = new Image();
Normal3.src = "http://www.ornithologie-schleswig-holstein.de/2011/css/buttons/publikation.jpg";     /* dritte Standard-Grafik */
Highlight3 = new Image();
Highlight3.src = "http://www.ornithologie-schleswig-holstein.de/2011/css/buttons/publikation_01.jpg"; /* dritte Highlight-Grafik */

Normal4 = new Image();
Normal4.src = "http://www.ornithologie-schleswig-holstein.de/2011/css/buttons/termine.jpg";     /* vierte Standard-Grafik */
Highlight4 = new Image();
Highlight4.src = "http://www.ornithologie-schleswig-holstein.de/2011/css/buttons/termine_01.jpg"; /* vierte Highlight-Grafik */

Normal5 = new Image();
Normal5.src = "http://www.ornithologie-schleswig-holstein.de/2011/css/buttons/projekte.jpg";     /* fünfteStandard-Grafik */
Highlight5 = new Image();
Highlight5.src = "http://www.ornithologie-schleswig-holstein.de/2011/css/buttons/projekte_01.jpg"; /* fünfte Highlight-Grafik */

Normal6 = new Image();
Normal6.src = "http://www.ornithologie-schleswig-holstein.de/2011/css/buttons/kontakt.jpg";     /* sechste Standard-Grafik */
Highlight6 = new Image();
Highlight6.src = "http://www.ornithologie-schleswig-holstein.de/2011/css/buttons/kontakt_01.jpg"; /* sechste Highlight-Grafik */

Normal7 = new Image();
Normal7.src = "http://www.ornithologie-schleswig-holstein.de/2011/css/buttons/links.jpg";     /* siebte Standard-Grafik */
Highlight7 = new Image();
Highlight7.src = "http://www.ornithologie-schleswig-holstein.de/2011/css/buttons/links_01.jpg"; /* siebte Highlight-Grafik */

Normal8 = new Image();
Normal8.src = "http://www.ornithologie-schleswig-holstein.de/2011/css/buttons/sitemap.jpg";     /* achte Standard-Grafik */
Highlight8 = new Image();
Highlight8.src = "http://www.ornithologie-schleswig-holstein.de/2011/css/buttons/sitemap_01.jpg"; /* achte Highlight-Grafik */

Normal9 = new Image();
Normal9.src = "http://www.ornithologie-schleswig-holstein.de/2011/css/buttons/ornitho.jpg";     /* neunte Standard-Grafik */
Highlight9 = new Image();
Highlight9.src = "http://www.ornithologie-schleswig-holstein.de/2011/css/buttons/ornitho_01.jpg"; /* neunte Highlight-Grafik */

Normal10 = new Image();
Normal10.src = "http://www.ornithologie-schleswig-holstein.de/2011/css/buttons/suche.jpg";     /* zehnte Standard-Grafik */
Highlight10 = new Image();
Highlight10.src = "http://www.ornithologie-schleswig-holstein.de/2011/css/buttons/suche_01.jpg"; /* zehnte Highlight-Grafik */

function Bildwechsel (Bildnr, Bildobjekt) {
  window.document.images[Bildnr].src = Bildobjekt.src;
}
