var fDesc=new Array(); fDesc[0] = "ImpulseStudio is comprised of 26 high quality, highly customizable ActiveX Controls, hundreds of functions, and dozens of objects & creatable classes. It covers all aspects of Visual Basic development from the user interface to graphics & multimedia to core application functionality. ImpulseStudio is ideal for all types of Visual Basic development. It even lets you easily create skinnable applications! ImpulseStudio has the right components for the job!"; 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 = ''; } }