var fDesc=new Array();
fDesc[0] = "Access Password Unlocker is a professional MS Access database password recovery tool. It can help you retrieve lost or forgotten password from ACCDB and MDB databases created in MS Access 20072003/2000/97 at high speed.
Features :
- Support MS Access 20072003/2000/97
- Recover Access 97-2003 password in seconds
- Recover Access 2007password fast with 3 attacks";
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 = '';
}
}