function apriFin(url, name, width, height){
		var settings="'left=150,top=10,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width="+width+",height="+height+"'";
		var MyNewWindow=window.open(url,name,settings);
}

function apriFinFocus(url, name, width, height){
		var settings="'left=150,top=10,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width="+width+",height="+height+"'";
		var MyNewWindow=window.open(url,name,settings);
		MyNewWindow.focus();
}

var aperturaCalendario=false;
function apriCalendario(a,b){
 apriFinFocus(a+'/index.asp?idForm='+b,'calendario',350,200);
}


function apriDownload(a,b){
 apriFinFocus(a+'/popupDownload.asp?popup=1&id='+b,'cap',400,180);
}
