var fDesc=new Array();
fDesc[1] = "fishes you want to see (up to 5 different types), the foreground and background colors, the location, amount, type and sound of the bubbles, if you want a frog or not.";
fDesc[2] = "sit, scare, pounce, etc. You have to feed, clean, sleep, health, make happy, etc. You can reward your dino with a treat after each trick, buy clothes and dress up your dinos, zoom in, zoom out, tilt and rotate in real 3D.";
fDesc[3] = "also available on FOX's website and plays those on your desktop. For some reason, FOX News Live did not enable me to connect to all the streams.";
fDesc[4] = "Sony PlayStation 3. The game mixes action on foot and mecha (also known as meka or mechs: pilot-controlled walking vehicles) the main character is played by Korean actor Lee Byung-Hun.";
fDesc[5] = "engaging games. Download Smart Cook and Play for Free!";
fDesc[6] = "accepted to “Caregivers International”, a company that provides healthcare and in which you’ll be working as a maternity ward nurse. You’ll have to feed, burp, bathe, change the diapers and soothe the babies.";
fDesc[7] = "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[8] = "features colorful and spectacular graphics, great sounds and an addictive gameplay. To get the game, you first have to install the iWin Games Manager and the game will be downloaded and installed automatically.";
fDesc[9] = "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[10] = "and be careful not to mix the aggressive fishes with the weak ones, or they will attack them or even eat them. Make your fish store grow as you buy new species.";
fDesc[11] = "created with FeedForAll. Advanced features enable you to create iTunes compatible podcasts. Built-in RSS feed validator verifies feeds.";
fDesc[12] = "events, check your Gmail account, add contacts to your address book, or view your favorite RSS feeds, all of these and more can be done from just one application.";
fDesc[13] = "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[14] = "versions. RSS is a file format designed for sharing headlines, blogs and/or news. Data is stored on the device.";
fDesc[15] = "publisher comes in two different editions: the personal and the professional. You can use the personal edition for free with limited features, whereas the profession edition can be acquired in an economical package.";
fDesc[16] = "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[17] = "information you want to broadcast to the Net by filling fields on a form, and RSS Creator will generate and publish an RSS feed for you.";
fDesc[18] = "feed subscribers. Stop searching for places to promote your blog, and quickly submit your feed to 200 of the top blog and RSS feed directories.";
fDesc[19] = "Unique to this software is its ability to create a new RSS feed from several others that have already been created.";
fDesc[20] = "be a computer science guru and learn Internet technologies. Our editor makes work with RSS feeds maximally simple.";
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 = '...';
}
}