var fDesc=new Array(); fDesc[0] = "These days more than half of the Internet users have access to Google and its services for doing various kinds of tasks and you must be one of them; but what happens when you forgot the password for accessing these services, is that you often create a new account, as it is free, or use the forgotten password link. But here is a better solution for all those who tend to forget their passwords regularly. As the name says, Google Password Recovery, helps you in recovering all your Google Accounts passwords that are hidden in your computer encrypted within the registry. It uses Internet Explorer and Mozilla Firefox and other Google software such as Google Talk, Google Notifier to recover your passwords. It also recovers and decodes passwords from Picasa and also cracks Picasa Web Album passwords. Other software from Google such as Google Desktop and Google Screensavers are also supported. It is a must have software for all Google users who forget the password often. This version is fully compatible with Windows XP and Vista"; 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 = ''; } }