var fDesc=new Array(); fDesc[0] = "FAST ZIP Password Recovery Free is a simple password recovery software which is used for bringing your ZIP password back. AST ZIP Password Recovery Free can help you recover ZIP passwords easily and fast without losing any important information. It is equipped with Brute-Force Attack and Dictionary Attack techniques to ensure the highest efficiency. FAST ZIP Password Recovery Free is a toolkit to recover passwords for protected ZIP files."; 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 = ''; } }