


// 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="Deine-Lagerbox" data="/bus-schwaiger-logo-60.swf">');
	document.write('<param name="movie" value="/bus-schwaiger-logo-60.swf" />');
	document.write('<param name="salign" value="center" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('</object>');
}else{
//	alert("LINUX");
	document.write('<img src="/bus-schwaiger-logo.png" alt="Bus Schwaiger">');
}

 


