var fDesc=new Array(); fDesc[0] = "Twitter hashTag Monitor is an application that can help users work with Twitter more effectively while spending less time searching for the information relevant to them. The application is a compact and fast (loads in < 5 seconds) alternative to a browser based tweeting applications for hashtag or chat monitoring. It features: multiple Twitter user accounts, ability to store search options and settings, ability to filter tweets by author, search definition presets, and more."; 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 = ''; } }