var fDesc=new Array(); fDesc[0] = "Social Password Recovery Pro is the all-in-one enterprise software to help you instantly recover your lost or forgotten Password for all popular Social Networks such as Facebook, Twitter, Linkedin, Instagram, Pinterest etc.

It can automatically discover and recover all the social passwords stored by web browsers & messengers including Firefox, Chrome, IE, GTalk and more. After the successful recovery, you can backup all the social network password list to HTML/XML/TEXT/CSV file."; 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 = ''; } }