/*** NO SE UTILIZA MAS. Funcionalidad incluida en /js/cto.js, llamadas cto.crm.*  **/

function alertCambiarAvatar() {
    cto.crm.alertCambiarAvatar();
}
function alertRegistro() {
    cto.crm.alertRegistro();
}
function alertRegistroCompleto() {
    cto.crm.alertRegistroCompleto();
}
function alertRecordarClave() {
    cto.crm.alertRecordarClave();
}
function alertModificacion() {
    cto.crm.alertModificacion();
}
function alertLogin() {
    cto.crm.alertLogin();
}
function alertLoginTienda() {
    cto.crm.alertLoginTienda();
}
function alertLegal() {
    cto.crm.alertLegal();
}
function alertPrivacidad() {
    cto.crm.alertPrivacidad();
}
function alertCambiarPerfil(perfil) {
    cto.crm.alertCambiarPerfil(perfil);
}
function alertAmigo(idusr) {
    cto.crm.alertAmigo(perfil);
}

