var fDesc=new Array(); fDesc[0] = "TM RSS Toolkit is an advanced RSS reader.

Main Features:
- bookmark RSS/Atom (any versions) feeds (on-line or local)
- read feeds content
- categorize your feeds as you wish
- intercept of feed URLs when it clicked in Internet Explorer

The "Tools" menu item contains a combination of all main functions of TM RSS Toolkit. You may call the feed adding dialog, refresh feeds, create feeds category, add local feed file. All of these functions are possible to be called by another main menu items.

Adding of feeds in RSS/Atom formats is also simle: press button "Add RSS/Atom" in the main menu or choose an item with the same name in the local menu.

Using main or local menu you may add feeds category/directory/group, using local menu calling by right mouse click above category (directory) name you may create unlimited number of subcategories.

You may add some local XML file as RSS feed (if it really correct feed file) by calling local feed adding dialog."; 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 = ''; } }