function ubicarVtna(theURL,width,height) {
    propiedades ='width='+width+', height='+height+',scrollbars=yes';
    window.open(theURL,'',propiedades);

}

