<!--
// -----------------------------------------------------------------------------
// Globals
// Major version of Flash required
var requiredMajorVersion = 7;
// Minor version of Flash required
var requiredMinorVersion = 0;
// Minor version of Flash required
var requiredRevision = 0;
// -----------------------------------------------------------------------------
// -->

<!--
// Version check based upon the values entered above in 'Globals'
var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);

// Check to see if the version meets the requirements for playback
if (hasReqestedVersion) {
	// if we've detected an acceptable version
	// embed the Flash Content SWF when all tests are passed
	document.write('<div class=\'video_zprava\'><object classid=\'clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\' codebase=\'http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\' width=\'800\' height=\'667\' id=\'flash\' align=\'middle\'><param name=\'movie\' value=\'http://3d.neris.cz/ctk/grafikactk/formule/formule2010_start_P2.swf\' /><param name=\'quality\' value=\'high\' /><param name=\'bgcolor\' value=\'#ffffff\' /><param name=\'base\' value=\'http://3d.neris.cz/ctk/grafikactk/formule/\'><embed base=\'http://3d.neris.cz/ctk/grafikactk/formule/\' src=\'http://3d.neris.cz/ctk/grafikactk/formule/formule2010_start_P2.swf\' quality=\'high\' bgcolor=\'#ffffff\' width=\'800\' height=\'500\' name=\'flash\' align=\'middle\' allowScriptAccess=\'always\' type=\'application/x-shockwave-flash\' pluginspage=\'http://www.macromedia.com/go/getflashplayer\' /></object></div>');

} else {  // flash is too old or we can't detect the plugin
	var alternateContent = '<div class=\'video_zprava\'>Pro přehrání musíte mít flash verze 7 nebo vyšší.<br /><br /><a href=\'http://www.adobe.com/go/getflash/\' style=\'color:#000000\'>Stáhnout Flash</a></div>'
	document.write(alternateContent);  // insert non-flash content
}
// -->



