function newWindowAudio(file,texto) {
    msgWindow=open(file,texto,'resizable=no,width=515,height=215');
}

