var fDesc=new Array(); fDesc[0] = "Install-us makes it easy to create your own installation
applications within minutes. Install-us brings many powerful features, which will give you total control over the installation issues of your software.

Basics:

Click-and-Build user interface
Various project languages
Support of various Windows platforms"; 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 = ''; } }