var fDesc=new Array(); fDesc[0] = "VisualGSM Enterprise Series Add-ons for VisualGSM Mobile Application Server (Enterprise Series) adds Email-SMS.

Email Alert by SMS for multiple Email accounts, Text-SMS, and SNMP-SMS capability to your VisualGSM Enterprise Server installation.

Allows personnel, members of a club or students to send messages from their email client, Outlook, Outlook Express, Lotus Notes.

Supports Exchange Server SMTP connectors,Exchange Distribution Lists, and Long or Concatenated SMS.

Ability to choose between POP3, POP3, MAPI interface.
Allows 'live' connectivity test to email interface.
Ability to set check mail interval (in seconds)."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }