var fDesc=new Array(); fDesc[0] = "RSS is a family of Web feed format used to publish frequently updated works, like blogs, news headlines and many more. An RSS document is called “feed” or “channel”. GreatNews 1.0 is a special program which was developed for reading RSS feeds. It has some included feeds, but you can easily add a new one. By the way you don’t have to spend a lot of time searching for new feeds. GreatNews 1.0 can automatically discover RSS or OPL links when you surf web pages. Just click special RSS icon on the status bar to subscribe. This program has a great browser which allows displaying full pages. It is a very useful feature, because it helps to quickly look through all articles’ headlines and choose the most interesting of them. Using this program you can easily group and categorize news articles assigning special labels. The program saves all statistics about the most visited feeds. GreatNews 1.0 also has a tray icon which shows you how many new messages you have retrieved since you last read them. You can choose one of several interface styles."; 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 = ''; } }