
<!--
var ic=0;
function change()
{
	if(ic==0)
	{
		document.Haus8b.BILD11.src="graphics/8b_front_w.jpg";
		document.Haus108b.BILD22.src="graphics/108b_front_w.jpg";
		ic++;
	} else {
		document.Haus8b.BILD11.src="graphics/8b_front.jpg";
		document.Haus108b.BILD22.src="graphics/108b_front.jpg";
		ic--;
	}
}

//-->
