var fDesc=new Array(); fDesc[0] = "InstallConstruct is a software installation solution that simplifies Windows Installer development by managing installation conditions, sequence of installation, and component executions without requiring programming skills.
InstallConstruct supports multiple-program and multi-volume installation from a single installer.

Main Features:
- Simplify Windows Installer Development
- Support advertising delivery, installation from CD/DVD and the Internet, install-on-demand, Network distributions with Elevated Privileges.
- New Installer Style Options with Aero Wizard
- Single Installer for 32- and 64-bit Systems
- Sample Templates made easy
- Reusable Project Scripts with Multiple Language Support."; 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 = ''; } }