// Detect Flash for intro animationif (hasReqestedVersion) {  // if we've detected an acceptable version	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="430" height="200" id="STG-animation" align="middle">');	document.write('<param name="allowScriptAccess" value="sameDomain" />');	document.write('<param name="movie" value="STG-animation.swf" />');	document.write('<param name="quality" value="high" />');	document.write('<param name="wmode" value="transparent" />');	document.write('<param name="bgcolor" value="#ffffff" />');	document.write('<embed src="STG-animation.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="430" height="200" name="STG-animation" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>');	document.write('</object>');} else {  // flash is too old or we can't detect the plugin	document.write('<img src="images/animationALT.png" alt="Flash Animation" height="200" width="431" border="0">');}