//function šffnet externes Fenster
		
		function Fenster (name)
		{
		
		var neu=window.open(name,'','resizable=1,location=0,directories=0,status=0,menubar=0,scrollbars=0,toolbar=0,width=450,height=550');
		
		}
		
		function Fenster2  (name)
		{
		
		var neu=window.open(name,'','resizable=1,location=0,directories=0,status=0,menubar=0,scrollbars=0,toolbar=0,width=650,height=470');
		
		}
		
		
		function Fenster3 (name)
		{
		
		var neu=window.open(name,'','resizable=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,toolbar=0,width=450,height=550');
		
		}
		
		function Fenster4 (name)
		{
		
		var neu=window.open(name,'','resizable=1,location=0,directories=0,status=0,menubar=0,scrollbars=0,toolbar=0,width=800,height=600');
		
		}
		
		function Fenster5 (name)
		{
		
		var neu=window.open(name,'','resizable=1,location=0,directories=0,status=0,menubar=0,scrollbars=0,toolbar=0,width=400,height=350');
		
		}
		function Fenster6 (name)
		{
		
		var neu=window.open(name,'','resizable=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,toolbar=0,width=800,height=600');
		
		}
		
		function Fenster7 (name)
		{
		
		var neu=window.open(name,'','resizable=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,toolbar=0,width=650,height=600');
		
		}