var fDesc=new Array(); fDesc[0] = "Zipware is simple and free zip software for Microsoft Windows that supports all major archiving formats including the new RAR5 format.

Zipware has been designed to be simple, fast and stable to handle both small and large archives with millions of files. Zipware also supports many Linux archive formats such as tar and gzip. Zipware is freeware forever.

Extracts: ZIP, ZIPX, 7Z, RAR, RAR5, ISO, VHD, GZIP, BZIP2, TAR, CPIO, XZ, DEB,DMG,RPM,XPI & more..."; 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 = ''; } }