function Cadastropop(url) 
{ window.open(url,'_blank','width=525,height=431,resizable=no,scrollbars=yes,location=no,titlebar=yes'); }

function popup(site, w, h){
// alert('site = ' + site + ' w = ' + w + ' h = ' + h);
window.open(site,'','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=' + w + ', height=' + h + ', left=0, top=0');
}