var fDesc=new Array(); fDesc[0] = "If you lose or forget the password for MS Access, don't despair - you can use Accent Access Password Recovery to recover the password faster than otherwise. The Accent Access Password Recovery can recover the passwords in MS Access 95/97/2000. You simply open your password protected file and this program will find, show, and save the password. A2PR has a nice GUI; supports drag-n-drop function for opening files, and is a small download."; 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 = ''; } }