function SendToAFriend(Video)
{
	window.open('envoyer-a-un-ami-' + Video + '.html', 'popup', 'location=1,directories=1,scrollbars=1,resizable=1,menuBar=1,width=500,height=300');
}

function outvideo(Id)
{
	(new Image()).src="index.php?page=outvideonoredir&id=" + Id + "&rand=" + parseInt(Math.random()*10000000);
	return true;
}
