var fDesc=new Array(); fDesc[0] = "Features:
-When retweeting an interesting tweet, Halfwit will use Twitter's "native" retweet feature unless you modify (or add to) the original text.
-Initially just using http://is.gd, Halfwit lets you selectively shorten any URLs you've typed into a tweet, or shorten them all with a single keystroke or click. Don't want the short version? That's ok. Press Ctrl Z and undo your change.
-Include smileys or other symbols in your tweet easily with a handy list of common "emoticons". They only use one character!
-The primary reason I created Halfwit was that my favourite Twitter clients just didn't give me the control over the font size that I wanted. Halfwit lets you adjust the font size via a slider on the Options page.
-If you see an "in reply to" link, you can click on it, and Halfwit will take you to the original tweet. If it's not already in your timeline, Halfwit will retrieve it and insert it. You can use the Backspace key to navigate backwards through a conversation this way.
-I'm a keyboard junkie, and love being able to control all my apps without reaching for the mouse. Halfwit includes lots of keyboard shortcuts, so keyboard nuts like me will feel right at home."; 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 = ''; } }