var fDesc=new Array(); fDesc[0] = "Bulk SMS Sender is an application to send SMS in BULK for thousands of Mobile Phones from your PC. You can send thousands of SMS from your PC through connected Mobile Phones (GSM Mobile Phones). It allows you to customize SMS with many fields such as (Mobile Number, Name etc). Also, it automatically detects all connected mobile phones and allows you to select mobile number through which you want to send SMSes from PC."; 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 = ''; } }