var fDesc=new Array(); fDesc[0] = "gdRSS Reader is a handy tool for reading RSS feeds. Plugin has number of useful features, such as: Update rate manual specification, News personalization and News highlighting possibility.

Application fully integrates into Google Desktop Sidebar and notifies you about the updates in the RSS feeds you have chosen with the poll frequency you have specified and highlighting the news with the color you want, which makes gdRSS Reader the unique Google Desktop Sidebar plugin for reading RSS News."; 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 = ''; } }