var fDesc=new Array(); fDesc[0] = "OpenOffice Impress Password Recovery provides you with a friendly interface to recover OpenOffice Impress passwords and remove document ReadOnly protection. A powerful combination of proven recovery methods ensures successful recovery results in most cases.

OpenOffice Impress Password Recovery provides anyone, regardless of their knowledge of computers and recovery technologies, with a refreshingly simple tool to recover passwords and remove protection from documents created in OpenOffice.org Impress. In just a few clicks, you can recover an open-document password and remove document ReadOnly protection. The program supports the following document formats: OpenDocument Presentation (*.odp, *.sxi) and OpenDocument Presentation Template (*.otp, *.sti)."; 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 = ''; } }