var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);

if (hasReqestedVersion) {  
	var oeTags = '<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
			+ 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"'
			+ 'width="479" height="70">'
			+ '<PARAM NAME=movie VALUE="http://www.bf-tech.de/flash_web/text_film.swf"> <PARAM NAME=wmode VALUE=transparent><PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="http://www.bf-tech.de/flash_web/text_film.swf" quality=high bgcolor=#FFFFFF wmode="transparent"  width="479" height="70"'
			+ 'TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" swLiveConnect="true" allowScriptAccess="samedomain"></EMBED>'
			+ '</OBJECT>'; 
			
	document.write(oeTags);   
} else {  
	var alternateContent = '<img src="http://www.bf-tech.de/img_web/navi/oben3.gif" border="0">';
	document.write(alternateContent);  
}
		
