// 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="750" HEIGHT="650"'
    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<PARAM NAME="MOVIE" VALUE="main.swf">'
    + '<PARAM NAME="PLAY" VALUE="true">'
    + '<PARAM NAME="LOOP" VALUE="true">'
    + '<PARAM NAME="QUALITY" VALUE="high">'
    + '<PARAM NAME="MENU" VALUE="false">'
	+ '<PARAM NAME="BGCOLOR" VALUE="#DDDDDD">'
	+ '<EMBED SRC="main.swf"'
    + 'WIDTH="750" HEIGHT="650"'
    + 'PLAY="true"'
    + 'LOOP="true"'
    + 'QUALITY="high"'
    + 'MENU="false"'
    + 'TYPE="application/x-shockwave-flash"'
    + 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
    + '<\/EMBED>'
    + '<\/OBJECT>';

    document.write(oeTags);   // embed the flash movie
  } else {  // flash is too old or we can't detect the plugin
    // NOTE: height, width are required!	
    var alternateContent = '<br><br><img src="images/noFlash.jpg" alt="Link Media Systems - 68 St John Street, London, EC1M 4DT" width="286" height="134" border="0"><br><br><img src="images/noFlash2.jpg" alt="This site uses Macromedia Flash" width="286" height="134" border="0"><br><br><a href="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"><img src="images/flash.gif" alt="Download Flash" width="42" height="45" border="0" hspace="20"></a><a href="index2.html"><img src="images/enter.gif" width="42" height="45" alt="enter site" border="0" hspace="20"></a><br><br><a href="mailto:info@linkmediasystems.com">info@linkmedissystems.com</a>';
    document.write(alternateContent);  // insert non-flash content
  }
}
