		if(document.images) {
		
			bild001 = new Image(); 
			bild001.src = "muster_links/friggschrader.gif"; 
			bild001a = new Image(); 
			bild001a.src = "muster_links/friggschrader_gruen.gif";

			bild002 = new Image(); 
			bild002.src = "muster_links/l_aktuelles.gif"; 
			bild002a = new Image(); 
			bild002a.src = "muster_links/l_aktuelles_grau.gif";
  		 	
			bild003 = new Image(); 
			bild003.src = "muster_links/l_kontakt.gif"; 
			bild003a = new Image(); 
			bild003a.src = "muster_links/l_kontakt_grau.gif";
			
			bild004 = new Image(); 
			bild004.src = "muster_links/l_person.gif"; 
			bild004a = new Image(); 
			bild004a.src = "muster_links/l_person_grau.gif";
  		 	
			bild005 = new Image(); 
			bild005.src = "muster_links/l_kunden.gif"; 
			bild005a = new Image(); 
			bild005a.src = "muster_links/l_kunden_grau.gif";
			
			bild006 = new Image(); 
			bild006.src = "muster_links/l_archiv.gif"; 
			bild006a = new Image(); 
			bild006a.src = "muster_links/l_archiv_grau.gif";
			
			bild007 = new Image(); 
			bild007.src = "muster_links/l_deutsch.gif"; 
			bild007a = new Image(); 
			bild007a.src = "muster_links/l_deutsch_hellgruen.gif";
  		 	
			bild008 = new Image(); 
			bild008.src = "muster_links/l_english_petrol.gif"; 
			bild008a = new Image(); 
			bild008a.src = "muster_links/l_english_cyan.gif";
			
			bild009 = new Image(); 
			bild009.src = "muster_links/l_mail_rot.gif"; 
			bild009a = new Image(); 
			bild009a.src = "muster_links/l_mail_orange.gif";

			bild101 = new Image(); 
			bild101.src = "muster_links/l_01.gif"; 
			bild101a = new Image(); 
			bild101a.src = "muster_links/l_01_grau.gif";

		  	bild102 = new Image(); 
			bild102.src = "muster_links/l_02.gif"; 
			bild102a = new Image(); 
			bild102a.src = "muster_links/l_02_grau.gif";
			
			bild103 = new Image(); 
			bild103.src = "muster_links/l_03.gif"; 
			bild103a = new Image(); 
			bild103a.src = "muster_links/l_03_grau.gif";
			
			bild104 = new Image(); 
			bild104.src = "muster_links/l_04.gif"; 
			bild104a = new Image(); 
			bild104a.src = "muster_links/l_04_grau.gif";
  		 	
			bild105 = new Image(); 
			bild105.src = "muster_links/l_05.gif"; 
			bild105a = new Image(); 
			bild105a.src = "muster_links/l_05_grau.gif";
			
			bild106 = new Image(); 
			bild106.src = "muster_links/l_06.gif"; 
			bild106a = new Image(); 
			bild106a.src = "muster_links/l_06_grau.gif";

			bild107 = new Image(); 
			bild107.src = "muster_links/l_07.gif"; 
			bild107a = new Image(); 
			bild107a.src = "muster_links/l_07_grau.gif";
  		 	
			bild108 = new Image(); 
			bild108.src = "muster_links/l_08.gif"; 
			bild108a = new Image(); 
			bild108a.src = "muster_links/l_08_grau.gif";
			
		 }
		
		function bildwechsel(bildname, bild) { 
			if(document.images) {
				document[bild].src = "../basis_links/"+bildname;
			} 
		}
		