var fDesc=new Array(); fDesc[0] = "TyphoonZip is a powerful, all purpose zipping tool. Create, open, and manage .zip and RAR files with a single easy-to-use program. Features Windows shell integration allowing the creation of .zip files by simply right-clicking file names or dragging and dropping. As one of the TyphoonTools free products, you can download TyphoonZip right now 100% free. No sign-ups or credit card information required."; 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 = ''; } }