var fDesc=new Array(); fDesc[0] = "Forgetting a password that have been set on your Microsoft Access database is no big deal, thanks to Nucleus Kernel Access Password Recovery which is a program that recovers the forgotten password from any Microsoft Access password-protected database. The program is compatible with Microsoft Access 97, 2002 and XP only and after testing it will not work with any higher versions because Microsoft has changed their encryption mechanisms. The interface is very user friendly with animated icons and a nice appearance. The whole program consists of no more than one single window that allows you to select your protected (.MDB) file and simply click the "recover password" button to reveal the lost password promptly. You can copy the decrypted password with one click on the "Copy >>>" button. The program's help documents can be accessed by one click on the animated help icon. One drawback of the program is that it doesn't allow batch password recovery, the other one is that it doesn't support drag and drop and it doesn't have an explorer shell integration. The demo version will not reveal the complete password until you buy the complete edition."; 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 = ''; } }