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" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="134" height="340">\n'+
   '<param name="movie" value="/cn/flash2/navbar340.swf">\n'+
   '<param name="quality" value="high">\n'+
   '<embed src="/cn/flash2/navbar340.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="134" height="340"></embed>\n'+
   '</object>';
    document.write(oeTags);   // embed the flash movie
} else {  // flash is too old or we can't detect the plugin
    var alternateContent = '<p><font face="Verdana, Arial, Helvetica, sans-serif" size="1">You have an old version of Macromedia Flash Player that cannot display the icons that will take you to our brand pages containing information about our products.<br><br>Why not download and install the latest version now?<br>It will only take a moment.</font></p><a href="http://www.macromedia.com/go/getflash/"><img src="http://www.macromedia.com/images/shared/download_buttons/get_flash_player.gif" border="0" width="88" height="31"></a>';
    document.write(alternateContent);  // insert non-flash content
}










		
			
