var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {  // if we've detected an acceptable version
    var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'width="950" height="670"'
    + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<param name="movie" value="portfolio026.swf" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#000000" />'
    + '<embed src="portfolio026.swf" quality="high" bgcolor="#000000"" '
    + 'width="950" height="670" name="portfolio026" wmode=transparent align="middle"'
    + 'play="true"'
	+ 'menu="false"'
    + 'loop="false"'
    + 'quality="high"'
    + 'allowScriptAccess="sameDomain"'
    + 'type="application/x-shockwave-flash"'
    + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
    + '<\/embed>'
    + '<\/object>';
    document.write(oeTags);   // embed the flash movie
  } else {  // flash is too old or we can't detect the plugin
    var alternateContent = '<div align=center><font face="arial" size="-1"><br><br>Flash player 6 is required to view this site:<br><br><b><a href="http://www.macromedia.com/go/getflash/" target="_blank">Download Flash 6 Player</a></b></font></div><h1>Shane Miller Photography</h1><p>Shane Miller, Award Winniing Photography.  For many years Shane ran a successful business restoring vintage Ferraris and Bugatis, but sixteen years ago his love for photography was rekindled and his obsession with it grew.  He is passionate about his art and this comes across in his photography.</p>';
    document.write(alternateContent);  // insert non-flash content
  }
