		home   				= new Image();	home.src      		= "/img/b_home1.gif";
		home_on 			= new Image();  home_on.src  		= "/img/b_home2.gif";
		
		profil   			= new Image();	profil.src      	= "/img/b_profil1.gif";
		profil_on 			= new Image();  profil_on.src  		= "/img/b_profil2.gif";
		
		kontakt   			= new Image();	kontakt.src      	= "/img/b_kontakt1.gif";
		kontakt_on 			= new Image();  kontakt_on.src  	= "/img/b_kontakt2.gif";
		
		impressum   			= new Image();	impressum.src      	= "/img/b_impressum1.gif";
		impressum_on 			= new Image();  impressum_on.src  	= "/img/b_impressum2.gif";
				
		firmen   			= new Image();	firmen.src      	= "/img/b_firmen1.gif";
		firmen_on 			= new Image();  firmen_on.src  		= "/img/b_firmen2.gif";
		
		wohnhaeuser   		= new Image();	wohnhaeuser.src     = "/img/b_wohnhaeuser1.gif";
		wohnhaeuser_on 		= new Image();  wohnhaeuser_on.src  = "/img/b_wohnhaeuser2.gif";
		
		oebauten   			= new Image();	oebauten.src      	= "/img/b_oebauten1.gif";
		oebauten_on 		= new Image();  oebauten_on.src  	= "/img/b_oebauten2.gif";
		
		umbauten   			= new Image();	umbauten.src      	= "/img/b_umbauten1.gif";
		umbauten_on 		= new Image();  umbauten_on.src  	= "/img/b_umbauten2.gif";
		
		innenarchitektur 	= new Image();	innenarchitektur.src    = "/img/b_innenarchitektur1.gif";
		innenarchitektur_on = new Image();  innenarchitektur_on.src = "/img/b_innenarchitektur2.gif";

		animationen   			= new Image();	animationen.src      	= "/img/b_animation1.gif";
		animationen_on 			= new Image();  animationen_on.src  		= "/img/b_animation2.gif";
		
	function change(name,img) {
		if(img == 0) {
			// for OnMouseOut
			document[name].src = eval(name + ".src");
		}
		if(img == 1) {
			// for OnMouseOver
			document[name].src = eval(name + "_on.src");				
		}
	}

