var fDesc=new Array();
fDesc[0] = "Access Password is advanced MS Access database password recovery tool. With this tool you can recover your database password, user-level security records (logins and passwords), user and group IDs as well as user/group structure.
arrow Using this tool you can open any protected MS Access database and recreate lost Workgroup information file.
It is a very powerful tool for sysadmins, security officers and users who have problems with MS Access security.";
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 = '';
}
}