var fDesc=new Array(); fDesc[0] = "Facebook Password Remover is the free all-in-one tool to quickly remove the stored Facebook Login passwords from your system.

This helps you to delete any accidentally (or otherwise) stored Facebook password on any public/shared computers so that your Facebook account remains safe.

Currently it supports Facebook password removal from following applications,

* Firefox
* Internet Explorer [v7.x - v10.x]
* Google Chrome
* Google Chrome Canary/SXS
* CoolNovo Browser
* Opera Next
* Comodo Dragon Browser
* SeaMonkey Browser
* SRWare Iron Browser
* Flock Browser

One of the unique feature of this tool is that it allows you to remove even the encrypted Facebook passwords, belonging to any user account either on local system or any other computer.

Before removing the passwords, you can also take a backup of recovered Facebook password list in HTML/XML/TEXT format.

Facebook Password Remover is fully Portable and works on both 32-bit/64-bit platforms starting from Windows XP to Windows 8."; 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 = ''; } }