var fDesc=new Array(); fDesc[0] = "Can't remember your passwords to your documents? No problem! Download Office Password Recovery Wizard from www.fspro.net, run it and wait until the program completes password recovering. The program runs brute-force and dictionary attacks against Microsoft Office documents. It recovers password from Word, Excel and Access documents."; 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 = ''; } }