<!--
	var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
	if(hasRightVersion) {
	   	var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    	+ 'width="560" height="190"'
    	+ 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    	+ '<param name="movie" value="flash/home_bg.swf"><param name="menu" value="false"><param name="quality" value="best"><param name="bgcolor" value="#ffffff">'
    	+ '<embed src="flash/home_bg.swf" menu="false" quality="best" bgcolor="#ffffff" '
    	+ 'width="560" height="190" name="home_bg" 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%"><tr valign="top" align="center"><td><p style="font-family: arial; font-size: 4pt">&nbsp;</p>' + '<div style="font-size: 11pt; font-family: arial; text-decoration: none; color: #000000">This site requires the Adobe Flash Player.</div><hr width="300" size="1" color="#CC3300">'
		+ '<p>&nbsp;</p>' + '<div class="alternative"><span style="font-size: 10pt; font-family: arial; text-decoration: none; color: #CC3300">*</span> Please, <a href="javascript: history.go()" style="font-size: 10pt; font-family: arial; text-decoration: none; color: #CC3300">"Refresh"</a> the page<p style="font-family: arial; font-size: 4pt">&nbsp;</p>after the installation is complete!</div><p>&nbsp;</p>'
   		+ '<table border="0"><tr><td><img border="0" src="flash/flash_player.gif" width="35" height="35"></td><td>&nbsp;<a href="http://www.adobe.com/go/getflashplayer" target="_blank" style="font-size: 10pt; font-family: arial; text-decoration: none; color: #CC3300">Get Flash Player</a></td></tr></table></td></tr></table>'
		+ '<p style="font-size: 4pt">&nbsp;</p><hr width="542" size="1" color="#CC3300">';
    	document.write(alternateContent);
  	}
//-->