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