var fDesc=new Array(); fDesc[0] = "Password Recovery for MySpaceIM finds and shows MySpace passwords saved by MySpaceIM (instant messenger created by MySpace) on your local system. Your MySpace password will be decrypted if you can successfully login with MySpaceIM without entering your password. Download and install MySpace password recovery tool and see if it can decode your MySpace passwords.

Password Recovery for MySpaceIM allows you to see saved MySpace password if you forgot it.
It is easy to check whether your MySpace passwort can be extracted from MySpaceIM."; 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 = ''; } }