var fDesc=new Array(); fDesc[0] = "Office Password Remover allows you to remove an "open" password in MS Word and Excel documents. The search for a decryption key is done on the online document decryption server, while the actual decryption is executed on your computer. This technology provides maximum security to the owner of the document as the latter remains on the computer and is not sent anywhere. Password removal is accurate and done in about 15 seconds."; 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 = ''; } }