// <![CDATA[
window["PageVideo"] = new Object();
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {  // if we've detected an acceptable version
var varFlash = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" '
+ 'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" '
+ 'width="345" height="230" id="PageVideo" align="middle">'
+ '<param name="allowScriptAccess" value="always" />'
+ '<param name="movie" value="video/PageVideo.swf" /><param name="quality" value="high" /><param name="wmode" '
+ 'value="transparent" /><param name="bgcolor" value="#d0d0d0" /><embed src="video/PageVideo.swf" quality="high" '
+ 'wmode="transparent" bgcolor="#d0d0d0" width="345" height="230" id="PageVideo" name="PageVideo" align="middle" '
+ 'allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'
+ '</object>'
document.write(varFlash);
  } else {  // flash is too old or we can't detect the plugin
    var alternateContent = '<table border="0" cellpadding="0" cellspacing="0" width="345" bgcolor="#dedede"><tr><td height="230" align="center">'
  	+ 'A Minumum Of Macromedia Flash Player 8 Is Required To Properly View This Site.<br/><br/>'
   	+ '<a href=http://www.macromedia.com/go/getflash/>Update Flash Player</a></td></tr></table>';
    document.write(alternateContent);  // insert non-flash content
  }
window["PageVideo"] = document.getElementById("PageVideo")
// ]]>