var fDesc=new Array(); fDesc[0] = "YeahReader is a completely free RSS Reader, newsfeed aggregator, and blog client. YeahReader by Yeah Software provides all basic RSS feed reader functionality such as a convenient newsfeed updating system, proxy support and pop-up update notification. Besides this, Yeah RSS reader has such features as built-in blog client that will allow you to quickly write messages to your Blogger, WordPress, LiveJournal or Delicious blog, OPML import/export, ability to export data from RSS feeds into HTML, CSV or JS format, multi-language support, 'smart' interface and many others."; 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 = ''; } }