// if there is no flash, display a message about... no flash. :)
if (pluginlist.indexOf("Flash")==-1) {
	var poo = document.getElementById("flashmessage");
	poo.style.visibility = "visible";
	poo.style.display = "block";
	
	var far = document.getElementById("footer");
	far.style.position = "static";
	far.style.top = "auto";
}
if (AC_FL_RunContent == 0) {
	alert("This page requires AC_RunActiveContent.js.");
} else {
	AC_FL_RunContent(
		'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
		'width', '100%',
		'height', '100%',
		'src', '/release/includes/flash/homepage/cryptic as3 v8',
		'quality', 'high',
		'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
		'align', 'middle',
		'play', 'true',
		'loop', 'true',
		'scale', 'noscale',
		'wmode', 'transparent',
		'devicefont', 'false',
		'id', 'cryptic as3 v4',
		'bgcolor', '#000000',
		'name', 'cryptic as3 v8',
		'menu', 'true',
		'allowFullScreen', 'true',
		'allowScriptAccess','sameDomain',
		'movie', '/release/includes/flash/homepage/cryptic as3 v8',
		'salign', ''
		); //end AC code
}			
