var fDesc=new Array(); fDesc[0] = "MMS ActiveX Component for Windows, to send and receive MMS multi-media messages. Support for MM1 (GPRS Modems), MM4 (MMS over SMTP) and MM7 (MMS over XML/SOAP). Supports all popular multimedia formats, incl. JPG, GIF, PNG, BMP, TIF, WAV, MP3, MIDI, AC3, GP3, AVI, MPG, MP4, VCARD, VCALENDAR, JAR and many more. Samples included for VB, VC/C++, VB .NET, VC# .NET, ASP, ASP .NET, Java, PHP.. Awarded with the 'Software of the Year' award by SmsSolutions.net in 2006 (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 = ''; } }