var fDesc=new Array(); fDesc[0] = "password recovery tool, advanced password recovery software, edit the word document without password, remove access-restricted passwords from Word documents, password recovery for MS word, password management for *.docx and *.doc files, remove the edit-protected password, recover password for *.doc file, password recovery tool, password recovery utilities, password recovery tool for *.docx file, password recovery software for *.doc document, password utilities for *.docx"; 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 = ''; } }