var fDesc=new Array(); fDesc[0] = "Sonic Click Super Button ActiveX Control is a multipurpose standalone universal component for Programming IDEs to provide the fastest and easiest way to create appealing Graphical User Interfaces (GUIs) with clickable buttons of different Themes and Functionalities. This Super control is specially designed for performance critical applications which need high speed."; 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 = ''; } }