function newWindowJPG(file, texto) {
    msgWindow=open(file,texto,'resizable=no,scrollbars=no,toolbar=no,status=no,location=no,width=800,height=600');
}

