var fDesc=new Array();
fDesc[0] = "Browser Password Remover can display and remove all the saved passwords on web browsers. It supports a variety of web browsers including UC browser, Torch, CoolNovo, Opera, Comodo Dragon, SeaMonkey, SRWare Iron, Flock, Internet Explorer, and Firefox.
A unique feature of this tool is that it allows you to remove the stored login passwords from any User on the local system. Before removing the passwords, you can take a backup of recovered password in HTML/XML/TEXT/CSV format.";
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 = '';
}
}