<!--
	var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
	if(hasRightVersion) {
	   	var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    	+ 'width="560" height="65"'
    	+ 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    	+ '<param name="movie" value="flash/products.swf"><param name="menu" value="false"><param name="quality" value="best"><param name="bgcolor" value="#ffffff">'
    	+ '<embed src="flash/products.swf" menu="false" quality="best" bgcolor="#ffffff" '
    	+ 'width="560" height="65" name="products" align="middle"'
    	+ 'play="true"'
    	+ 'loop="false"'
    	+ 'quality="high"'
    	+ 'allowScriptAccess="sameDomain"'
    	+ 'type="application/x-shockwave-flash"'
    	+ 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
    	+ '</embed>'
    	+ '</object>';
    	document.write(oeTags);
  	} else {
    	var alternateContent = '<table border="0" width="100%" cellpadding="5"><tr valign="middle"><td width="150" align="right"><img border="0" src="flash/flash_player.gif" width="35" height="35"></td><td align="left"><div style="font-size: 11pt; font-family: arial; text-decoration: none; color: #000000">This site requires the <a href="http://www.adobe.com/go/getflashplayer" target="_blank" style="font-size: 10pt; font-family: arial; text-decoration: none; color: #CC3300">Adobe Flash Player</a>.</div></td></tr></table><hr width="542" size="1" color="#CC3300">';
    	document.write(alternateContent);
  	}
//-->