var fDesc=new Array(); fDesc[0] = "Stay connected with your clients or associates with mantra communicator. Carry your business even on wheels. Mantra Communicator is the ultimate SMS desktop software to send messages from your computer to mobile phones.

Mantra Communicator has a familiar look and feel like your Outlook application. The application is designed to facilitate quick group and individual messaging.

Mantra Communicator offers speedy, convenient and cost effective means of contacting your customers and provides the ability to personalize each message based upon your requirements.

Main features:
- Simple to use Outlook-like interface.
- Creation of groups.
- Send individual and group messages from your PC.
- Receive SMS replies in an inbox.
- Set up templates for regular messages from your computer.
- Quick messaging to individuals and large groups.
- Detailed reporting of all sent and received messages.
- Send messages directly from Excel sheet without importing.
- Send Scheduled Messages
- Preview messages before start sending.
- Simple import of "bulk" names and numbers from Microsoft Outlook©, Microsoft Excel©, Text Files, CSV (Comma Separated Values) files.
- Personalize group SMS by 'one click' insertion of recipient's name.
- Export data from application (contacts, groups, templates, inbox, sent items, outbox) to excel file or text file or XML file."; 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 = ''; } }