function redirect( page )
{
	document.location.href = page ;
}

function FLVfullscreen()
{
	var width = screen.availWidth;
	var height = screen.availHeight;
	window.resizeTo(width,height);
	window.moveTo(0,0) 
}

function printEasyPub( EasySite , EasyType , EasyPage )
{
	document.write('<scr'+'ipt type="text/javascript" src="http://advert.jdg-medias.net/EasyMedias/' + EasySite + '/' + EasyType + '/' + EasyPage + '/"></scr'+'ipt>');
}

function spoil( myElem )
{
	if ( myElem.nextSibling.style.display == "none" )
	{
		myElem.nextSibling.style.display = "block";
	}
	else
	{
		myElem.nextSibling.style.display = "none";
	}
}