var fDesc=new Array();
fDesc[1] = "in-built disk defragment tools which actually work but Smart Defrag works even more faster and uses advanced technology to speed up your disk drive and processing.";
fDesc[2] = "sites like Youtube, Dailymotion, Metacafe, Break, My space, veoh, CNET TV, Tudou, ESPN, Heavy, Photobucket, CNN, EA, Reuters, Live Video and Facebook.";
fDesc[3] = "is available for direct downloading and is available in several languages. It is a program to make photo printing very easy and quick. It supports TIFF,JPEG,PIC,BMP and RAW images.";
fDesc[4] = "available on the websites and captures it. User can also capture MP3 from radio sites and can hear it whenever they want. It gives super quality of audio and video file exactly the same you hear or watch on the website.";
fDesc[5] = "surface, all files and partitions are eliminated, and it defines or re-creates the tracks and sectors on the disk. Then, it is possible to fix or repair a damaged disk.";
fDesc[6] = "created for Palm Is devices, iSilo is now widely used and supported under Palm OS, Windows, Pocket PC, Windows Mobile Smartphone, Windows CE Handheld PC, Symbian, Blackberry and many more.";
fDesc[7] = "any program by right-clicking your mouse over it and holding down the CTRL key. You can evaluate WordWeb free of charges for 30 days. After that you may use it only if you flight less than three times a year. Otherwise, you must purchase WordWeb Pro to continue using it.";
fDesc[8] = "game. The idea beneath the game is that Eveline the Wise will have many questions for you, and you’ll have to answer them all by solving different puzzle games. The Realms of Etheria is the scenario of the story.";
fDesc[9] = "need your help to elude zoo keepers by using their 'cool' gadgets to continue through 8 different zoo zones. This kind of fun is all-year-round for everyone in the clan.";
fDesc[10] = "always searching profits, has established a new base to continue the study of a Martian civilization uncovered by the original science team. In general, this expansion meets all the fans' unsatisfied ludic needs the original version could not cover.";
fDesc[11] = ", signatures, addresses, visiting the same web site over and over, etc. into a simpler job or an automatic process. Record an activity and then re-do that process by just a hotkey combination.";
fDesc[12] = "their intriguing adventures as they trade exotic goods and engage in real-time battles, all while building the most powerful trading caravan the world has ever seen. Embark on challenging quests and hire fiercely loyal warriors for protection.";
fDesc[13] = "incarnation of the classic board game with some interesting variations. Battleship is the classic game of naval strategy. You will take turns trying to find your opponent’s fleet and blast them out of the water.";
fDesc[14] = "this game is that you do not necessarily need to finish the game when the story or plot ends, since at the end of the story the player has only explored a small part of the game's universe and can continue further exploration.";
fDesc[15] = "shelves, pearls and starfishes. The twist in this game, and what makes it so easy to play, is that in fact you don’t create the matches. What you do is call them by clicking on them when you see them on the board. Try this game for 60 minutes before buying.";
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 = '...';
}
}