var fDesc=new Array(); fDesc[0] = "Actual Installer allows you to create installation programs for your Windows applications. Simply fill-out the necessary forms and attach the program's files, and this tool will automatically create an executable installer for you. You can also specify multilingual installations, customizable dialogs, registry modifications, and checking of system requirements and prerequisites, file associations, and registration of fonts, screensavers, and ActiveX components,"; 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 = ''; } }