var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);

if (hasReqestedVersion) {  // if we've detected an acceptable version
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
    document.write('width="530" height="600"');
    document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">');
    document.write('<param name="movie" value="swf/gallery2008_en.swf"><param name="quality" value="high"><param name="bgcolor" value="#FFFFFF"><param name="scale" value="noscale" /><param name="salign" value="TL"><param name="menu" value="false">');
    document.write('<embed src="swf/gallery2008_en.swf" quality="high" bgcolor="#FFFFFF" ');
    document.write('width="530" height="600" name="Newcosmos Gallery" aligh="middle"');
    document.write('play="true"');
    document.write('scale="exactfit"');
    document.write('salign="TL"');
    document.write('loop="false"');
    document.write('quality="high"');
    document.write('allowScriptAccess="sameDomain"');
    document.write('type="application/x-shockwave-flash"');
    document.write('pluginspage="http://www.macromedia.com/go/getflashplayer">');
    document.write('<\/embed>');
    document.write('<\/object>');

  } else {  // flash is too old or we can't detect the plugin

  	document.write('<a href="http://www.macromedia.com/go/getflashplayer" target="_blank">');
  	document.write('<img src="swf/gallery2008_en_noplugin.gif" alt="To view this page, Flash Player 6 or higher is required. Please install the latest version of the Flash Player" width="530" height="600" />');
  	document.write('</a>');

  }
		
		
		
