var fDesc=new Array(); fDesc[0] = "InstallAware ships with a Native Code Setup Engine, a fast and reliable alternative to Windows Installer. Unlike Windows Installer, the Native Engine works in Windows Safe Mode. Hybrid Installation Technology lets you switch between both engines at runtime, so you have the power of both engines in your hands at all times. InstallAware contains features that let you run third-party installers as an integral part of your main setup, capturing progress feedback, and letting you customize the third-party installations on-the-fly."; 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 = ''; } }