var fDesc=new Array(); fDesc[0] = "TWBlue is an application to make Twitter simple and fast, while using as few resources as possible. With TWBlue, you can do things like the following:

- Tweet, reply to, retweet and delete tweets
- Mark and unmark a tweet as favourite
- Send and delete direct messages
- See your friends and followers
- Follow, unfollow, report and block a user
- Open a user's timeline to see their tweets separately
- Open URLs from a tweet or direct message
- Play several types of audio files from addresses"; 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 = ''; } }