var fDesc=new Array(); fDesc[0] = "SMSgee PC SMS Bulk Sender is a powerful program designed for sending SMS when using only one GSM Device. The application allows you to create custom SMS for each recipient and send SMS on scheduled date and time. Also, you can send up to 360 SMS per hour on a GSM network and up to 1080 SMS per hour on UMTS network."; 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 = ''; } }