
		function fenster(theURL,windowName,features) {
			window.open(theURL,windowName,features);
		}
	
	
	
