var fDesc=new Array(); fDesc[0] = "ZapitSMS specializes in PC to mobile communications, providing SMS messaging solutions to a wide range of businesses, schools, hospitals, government departments and other organizations. Features include multi-user accounts, dedicated virtual number's, Web and Windows based clients, Outlook SMS and Bulk SMS from spreadsheets, databases and address books. In addition, ZapitSMS provides an easy to use API allowing you to send SMS with an email or your existing applications."; 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 = ''; } }