home_off = new Image();
home_off.src = "images/home_off.gif";
home_on = new Image();
home_on.src = "images/home_on.gif";

gallery_off = new Image();
gallery_off.src = "images/gallery_off.gif";
gallery_on = new Image();
gallery_on.src = "images/gallery_on.gif";

contact_off = new Image();
contact_off.src = "images/contact_off.gif";
contact_on = new Image();
contact_on.src = "images/contact_on.gif";

english_off = new Image();
english_off.src = "images/english_off.gif";
english_on = new Image();
english_on.src = "images/english_on.gif";

german_off = new Image();
german_off.src = "images/german_off.gif";
german_on = new Image();
german_on.src = "images/german_on.gif";

function Bildwechsel(Id,Bild) {
 document.getElementById(Id).src = Bild.src;       
}

/*if(navigator.appVersion.indexOf("MSIE 5")>-1) {
 document.write('<link rel="stylesheet" href="ie5.css" type="text/css" />');
}*/
