
// Flash-Imagebild Schreinerei Bichler 
//alert(navigator.platform.charAt(0));
if(navigator.platform.charAt(0) =="W"){
//	alert("WINDOWS");
	document.write('<object width="700px" height="260px" align="top" type="application/x-shockwave-flash" id="imagebild" data="animation.swf">');
	document.write('<param name="movie" value="animation.swf" />');

	document.write('<param name="align" value="top" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<param name="loop" value="true" />');
	document.write('<param name="allowFullScreen" value="true" />');
	document.write('</object>');
}else{
//	alert("iPhone");
	document.write('<img src="/imagebild.jpg" align="center" width="700px"  height="260px" alt="Hotel Sankt Georg">');
}

 


