function makeArray() {
        this.length = makeArray.arguments.length
        for (var i = 0; i < this.length; i++) this[i+1] = makeArray.arguments[i]
}
var pix = new makeArray ("../img-show/P24.jpg", "../Hersteller/imgH/B/BMW-80.jpg", "../img-show/Mertinkus.jpg", "../img-schei/hex220.jpg", "../img-show/VW-T5-3.jpg", "../img-haus/gebaeude-21.jpg", "../img-show/flughafentunnel-tegel.jpg","../img-haus/gebaeude-9.jpg","../img-show/mobilschneider.jpg");
var nummer = 1;
function wechsle() {
        document.image.src = ""+pix[nummer];
        nummer += 1;
        if (nummer == 10) nummer = 1;
                setTimeout("wechsle()", 3000);
}

function tausch() {
if (document.images) 
document.grafik2.src = 'img/Preisanfrage1.gif';
}

function zurueck() {
if (document.images) 
document.grafik2.src = 'img/Preisanfrage.gif';
}

function FensterOeffnen (Adresse) {
  Fenster1 = window.open(Adresse, "Zweitfenster", "width=355,height=265,left=450,top=250,scrollbars=yes");
  Fenster1.focus();
}

function FensterOeffnen1 (Adresse) {
  Fenster1 = window.open(Adresse, "Zweitfenster", "width=1024,height=768,left=50,top=50,scrollbars=yes");
  Fenster1.focus();
}

