var fDesc=new Array(); fDesc[0] = "Bulk SMS Sender is software 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). This app allows you to connect maximum 10 mobile phones to send SMS from your PC or laptop. It also enables you to customize SMS with many fields such as a mobile number, name, etc."; 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 = ''; } }