var fDesc=new Array(); fDesc[0] = "1-2-3 Password Recovery Key recovers passwords for Lotus 1-2-3 documents. Forgot a password for an important document? Whenever your password is lost 1-2-3 Password Recovery Key saves your time. This software is easy to install and easy to use. All you need to do to recover a password is just to drag and drop your file to the program window. 1-2-3 Password Recovery Key processes the file and shows you the password. The program features state of the art password recovery engine - both seal and file passwords are recovered instantly. All versions of Lotus 1-2-3 are supported. Has online help, full install-uninstall support. Download and try a free demo version."; 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 = ''; } }