var fDesc=new Array();
fDesc[1] = "and services. It includes how-to and reference documentation, sample code, technical articles, and more. To find the content you need, browse the table of contents or use search. To get the latest MSDN headlines sent to you via e-mail, you can sign up for the MSDN Flash Newsletter.";
fDesc[2] = "and services. It includes how-to and reference documentation, sample code, technical articles and more. To find the content you need, browse the table of contents or use search. To get the latest MSDN headlines sent to you via e-mail, you can sign up for the MSDN Flash Newsletter.";
fDesc[3] = "excellent way of publishing content. If you are anything like me, there are several web pages that you visit every day, and RssReader allows you to keep track of them all from a single application.";
fDesc[4] = "from various BBC channels: BBC News, BBC Sport, and BBC World Service. The headlines include news about the UK, any of the five continents (or all of them), sports, entertainment, breaking news, business, health, etc.";
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] = "includes how-to and reference documentation, sample code, technical articles and more. To find the content you need, browse the table of contents or use search. To get the latest MSDN headlines sent to you via e-mail, you can sign up for the MSDN Flash Newsletter.";
fDesc[7] = "Yes you got it right, this extension uses a powerful text-to-speech engine, that can read web pages and headlines for you, it can even save the web pages into a MP3 file so that you listen to it later.";
fDesc[8] = "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.";
fDesc[9] = "that you subscribe to. The news are displayed, skipped and rotated automatically on a 3D or modern toolbar. The toolbar's transparency can be changed, and the toolbar itself can be shown or hidden using shortcut keys.";
fDesc[10] = "HTML code. Now have your Text, Images, and Links scroll up (or down) to announce your news, updates, or descriptions of your w...";
fDesc[11] = "search experience. The program provides a list of daily free mp3 and enables you to listen to full CDs online and The Interface with just a few clicks. It provides the latest music news directly on your toolbar displaying headlines, no matter what you are doing.";
fDesc[12] = "and reads them out loud using the computer's voices. You will have the ability to pause the reading process at anytime.";
fDesc[13] = "sources. But checking news from various RSS or Atom feed sources is boring and time consuming. Now, with NewsPiper there is no need to hunt for news here and there and no need to check different RSS or Atom feeds one by one.";
fDesc[14] = "from Yahoo or MSN. One click at a headline and a full article is opened in the browser. Features include custom colors, speed, feed update frequency.";
fDesc[15] = "as a browser accessory, and scan headlines at lightning speed.";
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 = '...';
}
}