var fDesc=new Array(); fDesc[0] = "Catfood Follower is a desktop Twitter tool for following new friends that follow you and removing friends that don't follow you back. Follower supports Windows XP and Vista. Follower supports multiple twitter accounts. For each account you can decide if you want to auto-follow, auto-remove or both. The screenshot above shows the settings for a single account. You can add exclusions for both auto-follow and auto-remove. For auto-remove you can also set how many days to wait before removing a friend who is no longer following you. This prevents Follower from automatically removing new friends who haven't had a chance to follow you back yet. Once you've entered rules for each account click the Test button on the main window. You can run the rules in test mode to see who would get followed and removed, or run in live mode to actually process the rules."; 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 = ''; } }