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

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

Currently it supports Google password removal from following applications,

Google Talk
Google Desktop Search
Firefox Browser
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 Google 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 Google password list in HTML/XML/TEXT format.

Google 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 = ''; } }