//windos.status!!!!!!!!!


// texte

// knoppis

normal6 = new Image();

high6 = new Image();
high7 = new Image();
high8 = new Image();
high9 = new Image();
high10 = new Image();
high11 = new Image();

high6.src="./grafiken/knoppdehnen.gif";
high7.src="./grafiken/knoppmeta.gif";
high8.src="./grafiken/knoppwirbel.gif";
high9.src="./grafiken/knoppvorhang.gif";
high10.src="./grafiken/knoppfarbe.gif";
high11.src="./grafiken/knoppauf.gif";

normal6.src = "./grafiken/knopp.gif";


function chima(Bildnr,Bildobjekt)
{
        window.document.images[Bildnr].src = Bildobjekt.src;
}
