﻿// Archivo JScript
function ventanaValidar()
{
    var ancho=300;
    var alto=200;
    open('validar.aspx','validar','width='+ancho+'px,height='+alto+'px,left='+((screen.width - ancho)/2)+'px,top='+((screen.height - alto)/2)+'px').focus();
}