function MainHeaderFlash()
{
	if ( CanPlay && UseFlash==1 )
	{
//		document.location.href = '/';
	}
	else
	{
		document.location.href = '/index_html.htm';
	}
}

function FlashControl()
{
	if ( CanPlay && UseFlash==1 )
	{
		document.write('<a href="#" onClick="document.cookie=\'UseFlash = 0; path=/\'; document.location.href=\'/index.htm\';">выключить flash</a>');
	}
	else
	{
		document.write('<a href="#" onClick="document.cookie=\'UseFlash = 1; path=/\'; document.location.href=\'/index.htm\';">включить flash</a>');
	}
}
