SMSG_admin = SMSG_getValue('SMSG_admin', false);
SMSG_txtadm = SMSG_getValue('SMSG_txtadm', '› Acceso usuarios');
switch(SMSG_tipo){
case 'adhesion':
var SMSG_alt = '¿Desea recibir notificaciones en su móvil o email?';
var SMSG_title = 'Apúntese para recibir notificaciones por email o SMS';
break;
case 'comunicacioncontacto':
var SMSG_alt = 'Para apuntarse a un grupo o modificar sus datos de contacto';
var SMSG_title = 'Si ya es contacto de nuestra agenda, puede apuntarse a nuevos grupos y realizar indicaciones acerca de sus datos';
break;
case 'paneldecontrol':
var SMSG_alt = 'Panel de control SMS Gestión';
var SMSG_title = 'Acceso a su área privada en SMS Gestión';
break;
case 'autoregistro':
var SMSG_alt = 'Envíe mensajes a móviles y emails';
var SMSG_title = 'Envíe mensajes y notificaciones a móviles y direcciones de email';
break;
default:
SMSG_tipo = 'error';
}
if(SMSG_tipo != 'error'){
document.write('');
}
function SMSG_getValue(varname,value) {
return eval('typeof('+varname+');') == 'undefined' ? value : eval(varname);
}