/* Fonction flv qui apelle le fichier index.asp sur stream.tvsf.fr/flv/ */
<!--
function flv(F, X, Y)
{
 PosX = (window.screen.width-X)/2;
 PosY = (window.screen.height-Y)/2;
 window.open("http://stream.tvsf.fr/flv/index.asp?f=" + F + "&x=" + X + "&y=" + Y, "flv", "toolbar=no, location=no, directories=no, status=no, scrollbars=no, resizable=yes, copyhistory=no, width=" + X + ", height=" + Y + ", left=" + PosX + ", top=" +  PosY);
}
//-->