var fDesc=new Array(); fDesc[0] = "WinShrink is a completely free compression utility that supports all of the major compression formats including ZIP, RAR, 7z, ARJ, ACE, ARC, CAB, BH, ZOO, LHA, TAR, JAR, and many more!
WinShrink has many great features including the ability to:
Encrypt your compressions using a variety of encryption methods.
Create automated jobs that backup and compress your desktop files, my document files, email, and any other custom job.
Schedule your jobs and back up the compressed files to a remote FTP location.
Create self-extracting compression files.
Convert from one compression format (such as .zip) to another (such as .jar)."; 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 = ''; } }