
													<!--
													// in this section we set up the content to be placed dynamically on the page
													// customize movie tags and alternate html content below
													
													if (!useRedirect) {		// if dynamic embedding is turned on
														if(hasRightVersion) {	// if we've detected an acceptable version
															var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
														    + 'width="368" height="253"'
														    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="368" height="253">'
															+ '<param name="allowScriptAccess" value="sameDomain" />'
															+ '<PARAM NAME="MOVIE" VALUE="flash/flvplayer.swf">'
														    + '<PARAM NAME="PLAY" VALUE="true">'
														    + '<PARAM NAME="LOOP" VALUE="false">'
														    + '<PARAM NAME="QUALITY" VALUE="high">'
														    + '<PARAM NAME="MENU" VALUE="false">'
															+ '<param name= "wmode"" value="transparent">'
														    + '<EMBED SRC="flash/flvplayer.swf"'
														    + 'WIDTH="368" HEIGHT="253"'
														    + 'PLAY="true"'
														    + 'LOOP="false"'
														    + 'QUALITY="high"'
															+ 'allowScriptAccess="sameDomain"'
														    + 'MENU="false"'
														    + 'TYPE="application/x-shockwave-flash"'
														    + 'pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash">'
														    + '</EMBED>'
														    + '</OBJECT>';
															document.write(oeTags); 	// embed the flash movie
														} else {	// flash is too old or we can't detect the plugin
															var alternateContent = '<img name="How_Synera_Works" src="images/videofpo.gif" width="368" height="253" border="0"usemap="#Map" title="get Flash player" alt="get Flash player">'	// height, width required!
															+ '<map name="Map">'
															+ '<area shape="rect" coords="0,0,368,253" href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" title="Update Flash" alt="Update Flash"/>'
															+ '</map>';
															document.write(alternateContent);	// insert non-flash content
														}
													}
													
													// -->
													
