


// Flash-Schleife default 
//alert(navigator.platform.charAt(0));
if(navigator.platform.charAt(0) =="W"){
//	alert("WINDOWS");
	document.write('<object width="100%" height="100%" type="application/x-shockwave-flash" id="logo" data="/logo.swf">');
	document.write('<param name="movie" value="/logo.swf" />');
	document.write('<param name="salign" value="lt" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('</object>');
}else{
//	alert("LINUX");
	document.write('<img src="/lettershop.gif" alt="Lettershop Wasserburg">');
}

 

