var fDesc=new Array(); fDesc[0] = "Use Zip Files without having to unzip them! Immediately know what is inside a zip file - and use zip files without having to unzip them first! ZipMagic includes the patent-pending ZipFolders technology, which safely and transparently shows zip files as normal Windows folders. The contents of zip files you download, receive or create become instantly accessible, so you can view and modify files, run programs, archive files, all with spectacular ease -without having to unzip anything. And every file stayscompressed in the zip file, saving precious disk space! With ZipMagic, you can immediately use zip files, without hassles or headaches."; 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 = ''; } }