

		function fenster_referenzen(url,name)
		{
   		window.open( url,name,'width=990,height=610,left=0,top=0,scrollbars=0' ); 	
		}
		function fenster_b(url,name)
		{
   		window.open( url,name,'width=570,height=700,left=0,top=0,scrollbars=1' ); 	
		}
		function fenster_termine(url,name)
		{
   		window.open( url,name,'width=530,height=350,left=0,top=0,scrollbars=0' ); 	
		}
		    function fenster_termine2(url,name)
		{
   		window.open( url,name,'width=550,height=450,left=0,top=0,scrollbars=1' ); 	
		} 		
		    function fenster_ansprechpartner(url,name)
		{
   		window.open( url,name,'width=530,height=573,left=0,top=0,scrollbars=0' ); 	
		} 			
			   function fenster_bilder(url,name)
		{
   		window.open( url,name,'width=530,height=131,left=0,top=0,scrollbars=0' ); 	
		} 			
		
		function swap( Bildname, Bildobjekt )  
		{   
		// Bildwechlse nicht beim aktuellen Menupunkt durchfuehren
		if (act_bildname != Bildname) {
			
			// alert(act_bildname);
			self.document.images[Bildname].src = Bildobjekt.src;
		}
		}

		function change( Bildname, Bildobjekt ) {
		var old_bildname = act_bildname;
		var old_bildobjekt = act_bildobjekt;
	
		act_bildname = Bildname;
		act_bildobjekt = Bildobjekt;
	
		if (old_bildname != '') {
		swap(old_bildname, old_bildobjekt);
		}
		}	
		
		function swap2( Bildname2, Bildobjekt2 )  
		{   
		// Bildwechlse nicht beim aktuellen Menupunkt durchfuehren
		if (act_bildname != Bildname2) {
			
			// alert(act_bildname);
			self.document.images[Bildname2].src = Bildobjekt2.src;
		}
		}
		
		function change2( Bildname2, Bildobjekt2 ) {
		var old_bildname = act_bildname;
		var old_bildobjekt = act_bildobjekt;
	
		act_bildname = Bildname2;
		act_bildobjekt = Bildobjekt2;
	
		if (old_bildname != '') {
		swap(old_bildname, old_bildobjekt);
		}
		}	
													
