var fDesc=new Array(); fDesc[0] = "WinZip helps you compress, decompress, share, organize, and manage files in ZIP and ZIPX archive formats. Before compressing, you can add password security using 256-bit AES encryption. WinZip Suite features seamless integration with email clients. You get a simple directory browser interface where you can scour through folders in your computer, as well as files and directories inside supported archive formats."; 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 = ''; } }