var fDesc=new Array(); fDesc[0] = "In most companies' offices, *.doc (Microsoft® Word) documents are probably the most widely-spread files used by the employees. To protect the information, users often set a "password to open" for *.doc files. This is a convenient way to restrict access to the file when users exchange and store information. The problem appears when you forget the password or when an employee who set the password leaves job and the password isn't recorded anywhere. If this happens, our program called "Password Recovery Engine for Word" is the best solution. WPRE recovers the password to open for *.doc files. In most companies' offices, *.doc (Microsoft® Word) documents are probably the most widely-spread files used by the employees. To protect the information, users often set a "password to open" for *.doc files. This is a convenient way to restrict access to the file when users exchange and store information. The problem appears when you forget the password or when an employee who set the password leaves job and the password isn't recorded anywhere. If this happens, our program called "Password Recovery Engine for Word" is the best solution. WPRE recovers the password to open for *.doc 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 = ''; } }