var fDesc=new Array(); fDesc[0] = "SMSCaster E-Marketer is bulk SMS, text messaging sender software for marketing. It differs from other SMS software by sending SMS directly with a mobile phone, GSM modem or cell terminal. Therefore, no SMS gateway is required for sending SMS.



“Compose” - A user friendly SMS editor to edit your SMS message. It supports GSM 7-bit, 8-bit and UCS2 16-bit character encoding. It will determine the appropriate encoding for you while you are typing. Other options like “Long SMS” and “Flash SMS” are supported.



“Contacts” - Built-in contact list manages recipients' name and phone numbers. Existing data can be imported into the contact list easily. There are five user defined fields to store extra information. All of them can be used as data source for “SMS mail merge”, a way to personalize each copy of SMS message.

“Outbox” - Allow you to have a final check on the outgoing SMS before you press the Start button."; 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 = ''; } }