var fDesc=new Array();
fDesc[0] = "Support variety brands of mobile phones and devices such as Nokia, Siemens, Sony-Ericsson, Motorola and Alcatel, as well as GSM/GPRS modems such as Wavecom, Siemens, Sony-Ericsson and Motorola. Support several communication interfaces such as USB, Serial Port, Infrared and Bluetooth. Support several communication protocols: AT Command, Nokia FBus and Nokia MBus. Support text messages, concatenated text messages, autoshow messages, Nokia flash messages. Read and set phone parameters: Model, SMSC number, hardware and software revision, IMEI, time and battery level. Read network information such as network name and signal quality.
Features:
-A versatile, simple program, with more commercial capabilities
-Send as many as personalized SMS's at the touch of a button
-This advanced technology is available to everybody, and it requires no configuration or training
-Receive replies in your smsCentra Inbox
-Import and Export wizard functionality for Excel (XLS)
-Import and Export wizard functionality for Outlook
-Enable secure for Network access
-Customized Signatures and Template messages
-Create as many as Contacts and Contact Groups
-Create as many as Message Templates
-Different messages to multiple receipents in a single click
-Automatically fetch contact details to send SMS on Special Occassions like Birthday and Anniversary
-Send Group wise SMS or All Groups with individual send option to receipents. Screen shot Click here
-New Drag `n Drop in Dynamic SMS
-Send Dynamic SMS to receipents through Excel like adding name and other personal details to that particular receipent. Screen shot Click here
-smsCentra offers many useful reports to your business. This includes reports about individual Groups and their SMS Status(Sent/Failed). Screen Shot Click here
-Reports are fast and can be printed on all kinds of printers. You can export the reports to MS Excel or email them.";
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 = '';
}
}