﻿
function expirarSesion(txtError, context) {
    location.href = "Ficha.aspx?fId=64";    
}

function alertAjax(nMsg) {
    WebForm_DoCallback('__Page', 'main(_)alert(_)' + nMsg, alertAjaxVuelta, null, expirarSesion, true);
}

function alertAjaxVuelta(res, context) {
    alert(res);
}
