// JavaScript Document

if (AC_FL_RunContent == 0 || DetectFlashVer == 0) {
	alert("This page requires AC_RunActiveContent.js.");
} else {
	var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
	if(hasRightVersion) {  // if we've detected an acceptable version
		// embed the flash movie
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,24,0',
			'width', '824',
			'height', '375',
			'src', 'money_Museum',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'window',
			'devicefont', 'false',
			'id', 'money_Museum',
			'bgcolor', '#000000',
			'name', 'money_Museum',
			'menu', 'true',
			'allowScriptAccess','sameDomain',
			'allowFullScreen','false',
			'movie', '/moneymuseum/flash/money_Museum',
			'salign', ''
			); //end AC code
	} else {  // flash is too old or we can't detect the plugin
		var alternateContent = '<img src="../images/tmmphotos.jpg"><br>'
			+ 'This page is best viewed with Adobe Flash.<br /> '
			+ '<span class="otherLinks"><a href=http://www.macromedia.com/go/getflash/> '
			+ 'Upgrade or install</a> the current Flash player to view additional content.</span>';
		document.write(alternateContent);  // insert non-flash content
	}
}
//'width', '825',	'height', '417',
//'width', '824', 'height', '375',