var fDesc=new Array(); fDesc[0] = "Automatically zip and unzip files by simply clicking a button with ZipNow! Create zip script files which can be run over and over again. ZipNow is a great utility for anyone who has a need to store their files in the popular ZIP format easily and efficiently. With ZipNow you can also email zip files to multiple people with the click of a button! If you use WinZip you will love ZipNow!"; 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 = ''; } }