var fDesc=new Array();
fDesc[1] = "bar the words or phrases that you’re looking for; also allows to select the engine search. Another feature improved is the Opera Mail. It supports the currently web standards, like CSS 2.1, XHTML 1.1, HTML 4.01, WML 2.0, ECMAScript, etc.";
fDesc[2] = ", Yahoo Messenger, AIM, and ICQ. VoIP features include free internet calls, low cost PC to phone, and phone to PC calls.";
fDesc[3] = "content on your PSP. Sony Media Manager for PSP is now free in Japan and have been replaced everywhere else by Sony Media Manager Pro, which is a commercial version that includes the ability to transfer Playstation 1 games.";
fDesc[4] = "that of Internet Explorer, Smart Brow has its own features, such as the \"quick note\" panel for us to copy and paste (or write) anything we like; and a nice user interface, whose appearance (skin and/or color) can be easily changed.";
fDesc[5] = "feeds without subscribing to them first, simply inputting their URL. You will have the list of subscribed feeds on the left, item-headlines at the top-right, and item-contents at the bottom right.";
fDesc[6] = "directly onto your desktop. Unlike other newsreaders, MediaTicker gives you a visual perspective on your RSS feeds by displaying content in both text and thumbnail image format. Features include: Watch photo memories and RSS feeds fade in and out or subtly scroll across your screen. Click any thumbnail image or headline to view the full-size picture or website. Send photos via email, set them as your desktop background, print in multiple sizes. Add to your ticker the latest news, sports, headlines, cartoons, photos and more from sites like Flickr, Yahoo and MSNBC using RSS. Save images from RSS feeds to your hard drive by pressing the \"Save\" button in the full-size photo display.* The unique docking âsidebar modeâ keeps the photos on your desktop without interfering with other application windows.";
fDesc[7] = "technology. And best of all, it doesn't cost you a penny. It is not a system resource hog and minutes after installation you will be aware of the usability and flexibility of the RSS Reader.";
fDesc[8] = "marked in the net as rss feeds. This rss feeds are formatted and shown in a proper way by Mobipocket Reader for PC. In addition to eNews Mobipocket Reader for PC can also retrieve electronic books from the net.";
fDesc[9] = "your content, and getting more traffic.";
fDesc[10] = "created with FeedForAll. Advanced features enable you to create iTunes compatible podcasts. Built-in RSS feed validator verifies feeds.";
fDesc[11] = "2.x feed formats. It takes very little space (about 1MB only) on your PC. The user can add all his favorite feeds and keep him updated. He also can save bookmarks of required web pages. The software then notifies if there are any changes in the web pages stored as bookmarks.";
fDesc[12] = "websites and sends them directly to you. So, instead of going to your favorite ten sites in the morning to look at the news, you can simply go to RSSOwl and read all your favorite news in a single location.";
fDesc[13] = "need to be a computer science guru and learn Internet technologies";
fDesc[14] = "contains a built-in mini FTP client and a site manager to upload and download generated RSS feeds. It also contains an XML previewing tool. The program can save your feeds as HTML.";
fDesc[15] = "having to edit it first. RSS Wizard generates RSS 2.0 feeds and allows you to create, edit and publish an unlimited number of RSS feeds.";
fDesc[16] = "feeds with both RSS and Atom feeds. The program allows you to create custom channels for your RSS feeds. You can search your news archive using the powerful built-in search engine.";
fDesc[17] = "gathers for you news feeds in RSS, RDF and Atom formats, and podcasts. This application supports: RSS feed reading, RDF and Atom formats, and podcasts.";
fDesc[18] = "and reads them out loud using the computer's voices. You will have the ability to pause the reading process at anytime.";
fDesc[19] = "them to websites through an enhanced built-in FTP uploader. The program lets webmasters control feed properties and manually add/edit/remove news from their RSS feeds. The program also has a preview option.";
fDesc[20] = "blogs to many different search engines and web directories, which can drive many visitors to your websites. The program's interface is very easy to understand and follow.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}