var fDesc=new Array(); fDesc[0] = "Sonic Click Ultra 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 version is a highly improved and optimized successor version of the previously released versions of Sonic Click Button control and loads 10 times faster than previous versions and also consumes only a very low amount of memory and system resources. Coded with highly optimized graphical processing algorithms the control delivers utmost performance according to the Interface requirements."; 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 = ''; } }