var fDesc=new Array(); fDesc[0] = "BH Free Archiver supports innovative Black Hole (.BH) format, that allows you to create 20-40% smaller archives comparing to .ZIP format. BH Free Arhiver also features a Transparent Update feature for 7-Zip archives, which allows you to quickly add or remove files even if the archive is “Solid”. PowerArchiver supports all 7zip methods, including LZMA2."; 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 = ''; } }