var fDesc=new Array(); fDesc[0] = "Bulk SMS Sender Phones is a program designed to send SMSes to thousands of Mobile Numbers from PC. You can send multiple SMSes at once through your connected Mobile Phone (GSM Mobile Phone). It also allows you to customize your SMS with many fields, such as the mobile number holder's name.

It automatically detects connected mobile phones and allows to select a mobile number. It includes many feature, such as delayed deliver SMS."; 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 = ''; } }