var fDesc=new Array(); fDesc[0] = "InstallShield® Tune™ 7.0 for Adobe® Acrobat® software is designed for technically savvy IT administrators who manage solutions for their users. It provides a graphical interface to Acrobat's Windows Installer and enables IT administrators to make modifications to the installer via a Transform File. These modifications customize the Acrobat installer and the look and feel of Acrobat before deployment. These modifications can run anytime, anywhere, throughout the enterprise, whether the install is pulled from a server or pushed silently."; 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 = ''; } }