var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to quickly send SMS messages to multiple recipients. The user-friendly interface makes mass text-messaging a breeze. This powerful tool will open up a new avenue for communicating marketing statements and group messages. This software uses Twilio.com as the backbone for sending text messages so you will have to sign-up for an account. Instructions for sign-up are found within this software."; 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 = ''; } }