var fDesc=new Array(); fDesc[0] = "This is a 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.
Designed for broadcasting bulk SMS, SMSCaster E-Marketer has many features you will find useful. Its project files can be saved and opened later for different “Marketing Campaigns”. Each project consists of “Compose”, “Contacts”, “Outbox” and “Sent”."; 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 = ''; } }