function jsaSetLiberarPermisos($id)
{
    $xP = new cSystemPermissions();
    $xP->setLiberar();
    return $xP->getMessages(OUT_HTML);
}