var fDesc=new Array(); fDesc[0] = "The ZipInstaller utility installs and uninstalls applications and utilities that do not provide an internal installation program. It automatically extracts all files from the Zip file, copies them to the destination folder you select, creates shortcuts in the start menu and in your desktop, and adds an uninstall module to allow you to automatically remove the program in the future.
This utility was originally developed to install the utilities in NirSoft Web site, but you can use it for installing utilities and applications from other sources, like the utilities provided in SysInternal Web site, Funduc Software, and many others.
Generally, this utility can install properly almost any program compressed in Zip files that doesn't provide an install/uninstall module."; 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 = ''; } }