var fDesc=new Array(); fDesc[0] = "EzInstall allows you to easily create a self-extracting installer and de-installer for Win32. Exchange your program, archive, web-pages, or other files without requiring your user to purchase any other software!

Automatic short-cut generation, screen saver (.SCR) detection and installation, cut-and paste disclaimer (or other pre-installation message), and a installer-creation report is included: Share your files or programs with the advantage of full file-compression, automatic extraction, shortcut generation, and automatic removal! Great for email, FTP, Internet, or removable media, file distribution.

EzInstall demonstrates itself by being an EzInstall-produced program. Simply run "EzInstall.EXE" under Windows NT, 95, 98, 2000, ME, XP, WIN32 emulators (etc.) to install your program. An un-installer will be automatically created.

This is the FREEWARE version of EzInstall. Please see the help-file for more information. You can support EzInstall by purchasing it at http://www.Soft9000.com. This freeware version of EzInstall is freely distributable. The help-file contains most of the information needed to help you if you have any questions. Please read it first."; 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 = ''; } }