<!--
Start_off = new Image();
Start_off.src = "images/but_start_off.gif";
Start_on = new Image();
Start_on.src = "images/but_start_on.gif";

Idee_off = new Image();
Idee_off.src = "images/but_idee_off.gif";
Idee_on = new Image();
Idee_on.src = "images/but_idee_on.gif";

Aktuell_off = new Image();
Aktuell_off.src = "images/but_aktuell_off.gif";
Aktuell_on = new Image();
Aktuell_on.src = "images/but_aktuell_on.gif";

Ag_off = new Image();
Ag_off.src = "images/but_ag_off.gif";
Ag_on = new Image();
Ag_on.src = "images/but_ag_on.gif";

Sponsor_off = new Image();
Sponsor_off.src = "images/but_sponsor_off.gif";
Sponsor_on = new Image();
Sponsor_on.src = "images/but_sponsor_on.gif";

Vereine_off = new Image();
Vereine_off.src = "images/but_vereine_off.gif";
Vereine_on = new Image();
Vereine_on.src = "images/but_vereine_on.gif";

Nutzen_off = new Image();
Nutzen_off.src = "images/but_nutzen_off.gif";
Nutzen_on = new Image();
Nutzen_on.src = "images/but_nutzen_on.gif";

Meinung_off = new Image();
Meinung_off.src = "images/but_meinung_off.gif";
Meinung_on = new Image();
Meinung_on.src = "images/but_meinung_on.gif";

Kontakt_off = new Image();
Kontakt_off.src = "images/but_kontakt_off.gif";
Kontakt_on = new Image();
Kontakt_on.src = "images/but_kontakt_on.gif";

function Rollover(Bildnr, Bild)
{
window.document.images[Bildnr].src = Bild.src;
}
// -->
