var fDesc=new Array(); fDesc[0] = "Unfriends are people who were previously your friend but have either deactivated their account or have removed you from their friend list. Unfriend Detector is an application that will access you Facebook account and will tell you which friends have removed you.

Main Features:

- Check who deactivated their account.
- Check who removes you on Facebook."; 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 = ''; } }