	function newWindow(neuBild,x,y){
		bildWindow =   window.open(neuBild,'name','height='+y+',width='+x+',scrollbars=yes,resizable=yes')
	}
