var fDesc=new Array(); fDesc[0] = "FY-Zip is a file archiver, just like winzip or winRAR but it's 100% free to use! FY-Zip can open and create compressed files, fast. Compressed files take up less space on your computer and are the perfect way to save room on your hard drive. They're also great for reducing the size of large email files.
FY-Zip can open almost any type of file archive, including RAR, ZIP, ISO, and TAR. FY-Zip can also easily compress files. Just open FY-Zip, drop in your files and FY-Zip will create one small file. For the full list of files that FY-Zip can open click here.
It's simple: we think everyone deserves easy, free access to file archiving software and with FY-Zip everyone can have it!"; 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 = ''; } }