function newWindowFlash(file,texto) {
    msgWindow=open(file,texto,'resizable=no,width=800,height=700');
}

