var fDesc=new Array(); fDesc[0] = "7z Extractor is a lightweight and free program that allows you to unzip 7z archives. You just need to select a 7z file and hit the button "Extract" in order to decompress the file. The program provides four main compression methods: LZMA, LZMA2, PPMd and BZip2."; 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 = ''; } }