function ventanasimple(pagweb,ancho, alto) {

var opciones = "scrollbars,status,width=" + ancho + ",height=" + alto + ",left=100,top=100";

remote = open(pagweb,"",opciones);
}

