/*AC_FL_RunContent(
	'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
	'width', '717',
	'height', '283',
	'src', 'fameid_menu',
	'movie', 'fameid_menu',
	'quality', 'high',
	'scale', 'noscale',
	'allowScriptAccess', 'sameDomain',
	'salign', 'LT'
);*/

// Version check based upon the values entered above in "Globals"
var hasReqestedVersion = DetectFlashVer(8, 8, 0);

// Check to see if the version meets the requirements for playback
if (hasReqestedVersion) {
	document.open();
	document.write('<iframe src="/fileadmin/flash/index.html" style="width: 731px; height: 250px; border: none; overflow: hidden;" scrolling="no" frameborder="0"></iframe>');
	document.close();
	document.observe("dom:loaded", function(){
		$("flashIntroAltPics").hide();
	});
}
