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