
function ouvrirFenVideo(id)
{
 winwidth = screen.availWidth - 10;
 winheight = screen.availHeight - 30;
 window.open('http://www.fleurmature.com/video/'+id+'/', 'fenVideo', 'scrollbars=yes, width=' + winwidth + ', height=' + winheight + ', top=0, left=0, resizable');
}

function annuOut(id)
{
 (new Image()).src="annuout.php?id="+id;
 return true;
}
