
// Flash-Logo default 
//alert(navigator.platform.charAt(0));
if(navigator.platform.charAt(0) =="W"){
//	alert("WINDOWS");
	document.write('<object width="100%" height="100%" wmode="transparent" type="application/x-shockwave-flash" id="bogen" data="/bogen-meggle-home.swf">');
	document.write('<param name="movie" value="/bogen-meggle-home.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="/logo-meggle.gif" alt="Meggle Pharma">');
}
