// JavaScript Document

oind = new Image();
oind.src = "img/ksnm.jpg";
oant = new Image();
oant.src = "img/antiq.jpg";
okon = new Image();
okon.src = "img/konzerte.jpg";
oaus = new Image();
oaus.src = "img/ausst.jpg";
ores = new Image();
ores.src = "img/mebel.jpg";
hind = new Image();
hind.src = "img/ksnml.jpg";
hant = new Image();
hant.src = "img/antiql.jpg";
hkon = new Image();
hkon.src = "img/konzertel.jpg";
haus = new Image();
haus.src = "img/ausstl.jpg";
hres = new Image();
hres.src = "img/mebell.jpg";

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