




var i=0;

function bildmove(){
if(200-i<1450){
i=i-50
}
if(document.all){

document.all["bild1"].style.pixelLeft=i;



}

else if(document.layers){
document.layers["bild1"].left=i;

}

else if (document.getElementById)
      document.getElementById("bild1").style.left=i;
	


setTimeout("bildmove()",10);

}


var fotos=new Array('zitat1.gif',
           'zitat2.gif',
           'zitat3.gif',
           'zitat4.gif',
'zitat5.gif',
'zitat6.gif',
'zitat7.gif');

 var speed=7000;
 var pos=0;

function doit () {


if (!(document.images)) {return;}

 document.bild.src=fotos[pos++];

 if (pos == fotos.length) { pos = 0; }
 setTimeout("doit();",speed);
}


function fenster1(){
var win;
win=window.open("tipp1.html","text","height=300, width=300, resizable=yes, top=300, left=400");
win.setTimeout("window.close()",10000);
}

function fenster2(){
var win;
win=window.open("tipp2.html","text","height=300, width=300, resizable=yes, top=300, left=400");
win.setTimeout("window.close()",10000);
}

function fenster3(){
var win;
win=window.open("tipp3.html","text","height=300, width=300, resizable=yes, top=300, left=400");
win.setTimeout("window.close()",10000);
}

function fenster5(){
var win;
win=window.open("tipp4.html","text","height=300, width=300, resizable=yes, top=300, left=400");
win.setTimeout("window.close()",10000);
}

function fenster4(){
var win;
win=window.open("tipp5.html","text","height=300, width=300, resizable=yes, top=300, left=400");
win.setTimeout("window.close()",10000);
}

function fenster6(){
var win;
win=window.open("tipp6.html","text","height=300, width=300, resizable=yes, top=300, left=400");
win.setTimeout("window.close()",10000);
}

function fenster7(){
var win;
win=window.open("tipp7.html","text","height=350, width=200, resizable=yes, top=300, left=400");
win.setTimeout("window.close()",10000);
}
