var fDesc=new Array(); fDesc[0] = "SMS Component for Windows, to send and receive SMS messages. Support for GSM modems (incl. WaveCom, MultiTech, Siemens, Motorola) and SMPP service centers. Features: delivery reports, Unicode, multi-part, ringtones, pictures, WAP bookmarks, WAP push, Flash. Samples included for Visual Basic, Visual C/C++, VB .NET, VC# .NET, ASP, ASP .NET, Java, Javascript, PHP and HTML. Awarded with the 'Software of the Year' award by SmsSolutions.net in 2003 (see also http://www.smssolutions.net)."; 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 = ''; } }