var fDesc=new Array(); fDesc[0] = "SysInfoTools ZIP Repair is a straight forward application that contains a powerful recovery engine, enabling you to recover your data such as images, pictures, music files, email mailbox files, document files etc from corrupt Zip files or compressed files corrupted due to CRC errors in downloaded zip, virus corruption, broken downloads etc."; 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 = ''; } }