var fDesc=new Array(); fDesc[0] = "MYOB Password recovers lost MYOB user account passwords ( *.MYO files). The program is simple to use, just select the database file and choose the user whose password you want to recover. Then you can either search for the password (this may take long time if the password is long enough) or instantly reset the password to a known one."; 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 = ''; } }