var fDesc=new Array();
fDesc[1] = "extremely fun and challenging. There is more to winning than having a better army, I think. You have to keep an eye on many things so that your country is the best and survives each campaign.";
fDesc[2] = "that rely on the virus and malware protection. The Suite offers complete security and peace of mind.";
fDesc[3] = ", family, celebrities. Turn them into a cat or a pig or any jokes!";
fDesc[4] = "someone else. This program is incredibly easy to use and you can pretty much have a finalized swap ready in five minutes.";
fDesc[5] = "50 pictures, you will enjoy viewing the popular cat doing its favorite activities: taking its naps, sitting on the couch to watch TV, eating lasagna or playing jokes at the clueless Odie. The game is fully enjoyable and a demo version can be downloaded from the developer's website.";
fDesc[6] = "business after working at a socks factory, matching socks. You will be in charge of picking the right location, refreshments and music for the dates you arrange. You will assist the couples breaking the ice with jokes, serving them some refreshments and carrying flowers.";
fDesc[7] = "features such as writen and sound quizzes, pronunciation practices, and a very funny Jokes section, which is a wonderful learning aid. If you want or need to learn Spanish, then this program would be a smart investment.";
fDesc[9] = "displaying a quote or joke on your desktop as if you were eating a Chinese fortune cookie, each time you log in to Windows or run Fortune Cookies. These quotes and jokes are taken from a database containing 4.000 phrases, and there's an upgrade for registered users to add new ones.";
fDesc[10] = "learn one or two witty quotes.";
fDesc[11] = ", nursery rhymes, songs, jokes, word games, etc. This program includes an internal database with 63175 words. We are also allowed to increase this database by adding as many words as we want.";
fDesc[13] = "novice and the player who is an expert in cards feel certainty because to play Stylish Pai Gow Poker is very simple! Just put a bet!";
fDesc[15] = "your desktop began. Program can be hidden to prevent its stopping.";
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 = '...';
}
}