var fDesc=new Array(); fDesc[0] = "VbSMS is designed to Send SMS messages through GSM phones connected to your PC/server by Infrared, Bluetooth or data cable.
Samples provided for Visual Basic, Visual C# .NET. VbSMS can be incorporated into any programming environment that supports ActiveX controls (e.g. Microsoft Visual Basic, Microsoft C#, Microsoft Access, Borland Delphi, Borland C++ Builder). It works under Microsoft Windows 95, 98, NT, ME, 2000 and XP operating systems family."; 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 = ''; } }