var fDesc=new Array(); fDesc[0] = "Firefox Password recovers lost Firefox Master Password and saved login passwords. To start the recovery, you should specify the folder where FireFox is installed and the folder with Firefox profiles. Normally, Firefox is installed in the C:\Program Files\Mozilla Firefox folder, and profiles are kept in the C:\Documents and Settings\USERNAME\Application Data\Mozilla\Firefox folder. Firefox password automatically figures the folders at these locations; you may want to change them in the non-standard situations; for example, if you want to extract passwords using data files copied from another computer."; 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 = ''; } }