var fDesc=new Array(); fDesc[0] = "SMSC client .NET for SMPP, UCP, CIMD/CIMD2 and SEMA is a 100% managed .NET (DotNET, Microsoft AZURE Cloud), MONO and COM (ActiveX/OCX) DLL component library for high performance SMS/EMS/WAP send & receive message communication through SMSC over TCP/IP. Components of the library deliver high performance and wide range of features in communication with SMSC still guarding simplicity which allows for very quick delivery of a working solution."; 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 = ''; } }