var fDesc=new Array(); fDesc[0] = "If the applications you develop target Windows®, InstallShield® is your solution. InstallShield makes it easy for developers to build reliable Windows Installer (MSI) and InstallScript installations for desktop, server, Web, and mobile applications. It’s also the only installation solution that can build Microsoft App-V virtual packages.

For over 20 years, InstallShield has been the gold standard for building Windows installer software, used by virtually every major software company in the world. More developers trust InstallShield to give their software a flawless localized installation experience, keeping their end users happy and support costs down.

The applications you build should install reliably and make a great first impression. They deserve the best. They deserve InstallShield. Download trial version of InstallShield 2011 now."; 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 = ''; } }