var fDesc=new Array(); fDesc[0] = "DRPU Bulk SMS allows you to send mass text messages via GSM cell phones attached with the computer or laptop devices. The program allows users to send standard messages or notification, provides facility to skip duplicate number entries during bulk SMS broadcasting procedure, provides inbuilt delay delivery option to manage the load of bulk SMS broadcasting, uses advance list wizard option to maintain the list of contacts or groups, and more.

The multi-device edition supports all GSM technology based mobile phones to send multiple text messages."; 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 = ''; } }