var fDesc=new Array(); fDesc[0] = "SpotIM Password Recover is a tool that is able to automatically find and decrypt the passwords of most popular Instant Messenger programs. The program recovers lost or forgotten passwords for ICQ, Trillian, Miranda, RnQ, Camfrog, IpSwitch Messenger and Easy Web Cam instant messenger accounts. SpotIM is the best Instant Messenger password finder that instantly cracks and decrypts the passwords stored on computer. All major protocols are recognized (ICQ, AIM, MSN, Yahoo, Jabber, IRC), multiple profiles are supported. All the mentioned features are provided with a user friendly graphical interface."; 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 = ''; } }