var fDesc=new Array(); fDesc[0] = "WinZip Self-Extractor creates self-extracting Zip files. These self-extracting Zip files are ideal for electronic file distribution, because they contain multiple compressed files, minimizing download time and ensuring that important files do not become separated. Additionally, WinZip Self-Extractor allows the recipient to use a familiar Windows interface to decompress files without a separate unzip utility. Self-extracting Zip files can optionally run a "setup" or "installation" program, provided by the creator, after the files are decompressed."; 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 = ''; } }