var fDesc=new Array(); fDesc[0] = "Free ZIP Opener makes it super fast and easy for you to zip & unzip files, create archives, extract files and password-protect your work without compromising the original quality. Free Zip Opener is compatible with Microsoft Windows 7, Windows Vista, or Windows XP. This software is 100% free for everybody, home and commercial users."; 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 = ''; } }