var fDesc=new Array(); fDesc[0] = "Lotus 1-2-3 Password by Thegrideon Software is Lotus 1-2-3 workbook password recovery tool. It allows you to recover Lotus 1-2-3 files (*.123, *.wk1, *.wk3, *.wk4) passwords for all security levels. Lotus 1-2-3 Password recovers passwords instantly regardless of length and complexity.
Program works with files from all versions of Lotus 123."; 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 = ''; } }