var fDesc=new Array(); fDesc[0] = "SMS and MMS Toolkit is toolkit to provide SMS and MMS messaging functionality to Windows software developers. With ActiveXperts SMS and MMS Toolkit, you can send and receive SMS messages (including WAP, ringtones, picture messages)ActiveXperts SMS and MMS Toolkit is available as a 32-bit component and as a 64-bit component (both part of the product)"; 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 = ''; } }