<!--

Normal_home = new Image();
Normal_home.src = "images/home.gif";
Highlight_home = new Image();
Highlight_home.src = "images/home_over.gif";

Normal_contact = new Image();
Normal_contact.src = "images/brief.gif";
Highlight_contact = new Image();
Highlight_contact.src = "images/brief_over.gif";

Normal_print = new Image();
Normal_print.src = "images/print.gif";
Highlight_print = new Image();
Highlight_print.src = "images/print_over.gif";

Normal_frage = new Image();
Normal_frage.src = "images/frage.gif";
Highlight_frage = new Image();
Highlight_frage.src = "images/frage_over.gif";

Normal_sitemap = new Image();
Normal_sitemap.src = "images/sitemap.gif";
Highlight_sitemap = new Image();
Highlight_sitemap.src = "images/sitemap_over.gif";

function Bildwechsel(Bildnr,Bildobjekt) {
window.document.images[Bildnr].src = Bildobjekt.src;
}




//-->
