var fDesc=new Array(); fDesc[0] = "Asunsoft Office Password Clearer is a password remover software for removing lost or forgotten passwords for Microsoft Word, Microsoft Excel. It can remove lost office password within a few seconds. It offers a set of features wrapped in a user-friendly form that is easy to master. This is a fast and secure way for decryption of Microsoft Word and Excel documents. Asunsoft Office Password Clearer allows you to remove an "open" password in Microsoft Word and Excel documents. The Online document decryption service helps you to instantly remove Word or Excel Open password, and decrypt the content regardless of how long and complex the password is."; 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 = ''; } }