function fenster(pop){ 
		 Fensterwin=window.open(pop,'Spiel','top=200,left=270,resizable=no ,width=370,height=365')
}
function schluss(Fenster,Fenster2,Fenster3){
	if(Fenster != 10){
		Fenster.close();
		}
	}
function test(){
	Fensterwin=10;
	}

function scroller(){
	var st=document.LaufForm.banner.value;
	st=st.substring(1,st.length)+st.substring(0,1);
	document.LaufForm.banner.value=st;
	setTimeout ('scroller()',70);
}
