function WriteFLVObject(FLVId,FLVFile,Width,Height,StartImage) { var currentTime = new Date() var FLVobj; FLVobj = document.getElementById(FLVId); if (FLVobj) { var Texte; Texte = "" + "" + "" + "" + "

You need to install the Flash Player<\/p>" + "<\/object>"; FLVobj.innerHTML = Texte; } }