if (!useRedirect) {    
  if(hasRightVersion) {  
    var oeTags = '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'WIDTH="723" HEIGHT="319"'
    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<PARAM NAME="MOVIE" VALUE="opener.swf">'
    + '<PARAM NAME="PLAY" VALUE="true">'
    + '<PARAM NAME="LOOP" VALUE="false">'
    + '<PARAM NAME="QUALITY" VALUE="high">'
    + '<PARAM NAME="MENU" VALUE="false">'
    + '<EMBED SRC="opener.swf"'
    + 'WIDTH="723" HEIGHT="319"'
    + 'PLAY="true"'
    + 'LOOP="false"'
    + '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);   
  } else {  
    
    var alternateContent = '<map name="Map">'
	+ '<area shape="rect" coords="328,287,395,310" href="http://www.psi-standards.com/Standards/">'
    + '<area shape="rect" coords="411,286,473,310" href="http://www.psi-standards.com/TechInfo/index.html">'
    + '<area shape="rect" coords="488,286,585,308" href="http://www.psi-standards.com/Company/index.html">'
    + '<area shape="rect" coords="593,289,672,307" href="http://www.psi-standards.com/Contact/index.html">'
    + '<area shape="rect" coords="609,240,662,257" href="http://www.psi-standards.com/Company/index.html">'
	+ '</map>'
	  + '<IMG SRC="altimage.gif" HEIGHT="319" WIDTH="723" usemap="#Map" border="0">';

    document.write(alternateContent); 
  }
}
