var fDesc=new Array(); fDesc[0] = "Create, Edit, Manage and Package MSI Software Installers. Quest Workspace™ MSI Studio reduces the cost of application ownership and software distribution by simplifying the creation, modification and deployment of software installers. MSI Studio empowers administrators to develop, enhance and test Windows MSI Installer packages for pain-free software distribution to desktops across the enterprise. Repackage on Any Machine – Connect to a target computer to monitor the files and settings legacy application installers have changed and capture them in an MSI, automating future installs. Comprehensive MSI Editor – Use an intuitive graphical interface to change installation preferences. A tree view displays components and features, allowing easy drag and drop of resource items. Advanced Testing – Test for conflicts with other applications and use Zero-Touch Testing to simulate and resolve problems before you deploy. System Center Integration – Pass MSI packages to Microsoft System Center Configuration Manager and automatically add package details to the management database."; 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 = ''; } }