var fDesc=new Array(); fDesc[0] = "The RSS Advantage news ticker enables you to:

- Save yourself time by getting the news you want automatically delivered to you.
- No more combing through your email Inbox looking for the latest news you want to read.
- No more time wasted looking for the right page on a web site.
- No more forgetting to visit web sites in your bookmarks for the latest and greatest news
- Keep your finger on the pulse of your world
- The news ticker will automatically display the latest headlines from your favorite web sites through their RSS feeds.
- Regain control over your news
- You get to select the news you want to view and can choose to read it when you want.
- Subscribe without SPAM repercussions
- Subscribing to news feeds is completely anonymous. You don't have to give any personal information to access an RSS news feed.
- No more email SPAM and freedom from unwanted and unwelcome messages in your Inbox.
- Instant and hassle-free unsubscribing
- Unsubscribing is just a quick mouse click away! The second you are unhappy with any of the news you have subscribed to you: just delete the feed. You don't need to notify anyone and you also don't need ANYONE's permission."; 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 = ''; } }