var fDesc=new Array(); fDesc[0] = "A program to recover lost or forgotten passwords to Intuit Quicken (*.QDT, *.QDB, *.QDF), Quicken Lawyer (*.PFL, *.BFL)) and QuickBooks (*.QBA, *.QBW) files. Multilingual passwords are supported. Quicken versions 4 through 2006 and QuickBooks versions 3 through 2005 are supported. Note: for Quicken 2002 and QuickBooks 2003/2004/2005, only short passwords can be recovered, but passwords containing 4 or more characters can be instantly removed. For Quicken 2003/2004/2005/2006, only brute-force and dictionary attacks are available. QuickBooks 2006 and QuickBooks 6 Enterprise are detected, but not supported yet."; 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 = ''; } }