function change_1(bild) {
	var bau_image = document.getElementById('bild');		
	/*var home_text = document.getElementById('text');	*/
	bau_image.src = 'image/'+bild; 
	/* home_text.innerHTML = '&nbsp;';	*/
}

function senden(adress,betreff) { 
	adress = adress.replace("122","."); 
	adress = adress.replace("112","@"); 
	adress = adress.replace("122","."); 
	location.href= "mailto:"+adress+"?subject="+betreff; 
} 

/*
function flash() {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0" id="var_5" width="600" height="450">');
document.write('<param name="movie" value="flash/var_5.swf">');
document.write('<param name="bgcolor" value="#FFCC00">');
document.write('<param name="quality" value="high">');
document.write('<param name="allowscriptaccess" value="samedomain">');
document.write('<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" name="var_5" width="600" height="450" src="flash/var_5.swf" bgcolor="#FFCC00" quality="high" swliveconnect="true" allowscriptaccess="samedomain">');
document.write('<noembed>');
document.write('</noembed>');
document.write('</embed>');
document.write('</object>');
}

*/