var fDesc=new Array(); fDesc[0] = "TweetOBox not only allows you to search for content on Twitter but also filter your tweets and save the queries for later use. This effectively allows you to create "rules" for your tweets allowing greater flexibility.
TweetOBox supports plugins that allows you to process and display each tweet in new ways. Want to just view the preview the web links in your tweets? Theres a plugin for that. Want to just preview photos in your tweets? There's a plugin for that. For developer, our plugin infrastructure is an easy to design; Check out the developer section developer section link for more info."; 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 = ''; } }