var hasRightVersion = DetectFlashVer(7, 0, 0);
					if (hasRightVersion && "/fileadmin/templates/flash/bilderleiste_ep_990x290_2"!="") {  // if we've detected an acceptable version and if a Flash movie was defined
						AC_FL_RunContent(
							"movie", "/fileadmin/templates/flash/bilderleiste_ep_990x290_2",
							"width", "990",
							"height", "290",
							"loop", "false",
							"quality", "high",
							"menu", "false",
							"base", "http://wp1117417.vwp1846.webpack.hosteurope.de/fileadmin/templates/flash/",
							
							
							"allowScriptAccess", "sameDomain",
							"type", "application/x-shockwave-flash",
							"codebase", "http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab",
							"pluginspage", "http://www.adobe.com/go/getflashplayer"
						);
					} else {  // flash is to old or we can't detect the plugin
						var alternateContent = 'Flash-Version 7 ist erforderlich für die Ansicht des Films!';
						document.write(alternateContent);  // insert non-flash content
					}