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