var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {
	var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
	+ 'width="924" height="562"'
	+ 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
	+ '<param name="movie" value="intro.swf" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="bgcolor" value="#540000" /><PARAM NAME=wmode VALUE=transparent />'
	+ '<embed src="intro.swf" menu="false" wmode="transparent" quality="high" wmode="transparent" '
	+ 'width="924" height="562" name="Index" align="middle"'
	+ 'play="true"'
	+ 'loop="true"'
	+ 'quality="high"'
	+ 'allowScriptAccess="sameDomain"'
	+ 'type="application/x-shockwave-flash"'
	+ 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
	+ '<\/embed>'
	+ '<\/object>';
	document.write(oeTags);
} else {
	var alternateContent = 'Ihre Flash-Version ist veraltet.<br>Um das Intro anschauen zu k&ouml;nnen,<br>laden Sie sich bitte unter <a href="http://www.adobe.com/go/getflashplayer/" target="_blank">diesem Link</a><br>den aktuellen Flash-Player herunter.<br>';
	document.write(alternateContent);
}
