function newWindowVideo(file,texto) {
    msgWindow=open(file,texto,'resizable=no,width=500,height=500');
}
