var flashVars = "?thisSection="+mediaSection;
flashVars += "&strXMLPhotos=/admin/cmspro/customized/mediacentre/photo/xml_output.cfm";
flashVars += "&strXMLVideos=/admin/cmspro/customized/mediacentre/video/xml_output.cfm";

if(mediaSection == "photos") {
	if(typeof autoLoad == "number") {
		flashVars += "&pictureId="+autoLoad;
	}
}
if(typeof autoLoadVid == "string") {
	flashVars += "&videoId="+autoLoadVid;
}
var rightVersion = DetectFlashVer(9, 3, 0);

if(rightVersion) {	
	AC_FL_RunContent(
		'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,3,0,0',
		'width', '941',
		'height', '579',
		'src', '/swf/mediaCentre'+flashVars,
		'quality', 'high',
		'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
		'align', 'middle',
		'play', 'true',
		'loop', 'true',
		'scale', 'showall',
		'wmode', 'transparent',
		'devicefont', 'false',
		'id', 'mediaCentre',
		'bgcolor', '#ffffff',
		'name', 'mediaCentre',
		'menu', 'true',
		'allowFullScreen', 'false',
		'allowScriptAccess','sameDomain',
		'movie', '/swf/mediaCentre'+flashVars,
		'salign', ''
		); //end AC code
} else {
	$('videoPlayer').style.display = "none";
	document.write("<br /><br /><div class='callout'><strong>We're sorry, but you need to upgrade your flash player to view the multimedia gallery.</strong><br /><br />Please <a href='http://www.adobe.com/go/EN_US-H-GET-FLASH' target='_blank'>click here</a> to goto adobe.com and install it.</div>");
}