function fenster(theURL,windowName,features) {			var fensterlein = window.open(theURL,windowName,features);fensterlein.focus();		}