var fDesc=new Array(); fDesc[0] = "Google Chrome Password Recovery instantly retrieves for you the password and login information user accounts that are stored in Google Chrome web browser. You only have to open the program, and pulse on the button "Recover Passwords". This is a program that can take you out of a difficulty in more than an occasion. This current version of Google Chrome Password Recovery runs on Windows XP, Vista and Windows 7."; 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 = ''; } }