var fDesc=new Array();
fDesc[1] = "can share their photos as well as presentations easily with some cool effects like animated 3D avatars. Thus, it is a very useful tool while chatting.";
fDesc[2] = "that needs to eat smaller fishes to grow up; likewise, we get points, bonuses, and pass on to next levels. The game becomes more and more interesting (and difficult) as we grow bigger and get to eat our old enemies.";
fDesc[3] = "free demo for evaluation from the developer's website. Depending on our computer capacity we can choose between two downloadable demo versions, the small one or vanilla version, featuring the English & Scottish Leagues and the bigger version, which includes up to 12 Leagues.";
fDesc[4] = "registry is of the uttermost importance for your computers performance. The more applications you install and uninstall, the more registry entries will be left on the registry, making it bigger, and thus, forcing your system to read a bigger file, which takes more time.";
fDesc[5] = "done. But with ArcSoft Scan-n-Stitch™ and ArcSoft Scan-n-Stitch™ Deluxe, users can finally digitize bigger items such as legal documents, scrapbook pages, artwork, newspapers, magazine spreads and more. Best of all, the results are totally seamless. Handles every kind of page the regular version does plus a whole lot more – including scrapbook pages, kids' art, posters, newspaper pages and maps. The program includes an illustrated set of scanning instructions to make things really simple.";
fDesc[6] = "things, you grow, and become able to eat bigger fishes, provided they are smaller than you. You can join your counterparts from all over the world through Internet and beat your best score.";
fDesc[7] = ", shopping centers, etc., and see how population grows. But remember, the bigger the population, the bigger the challenge you will have to face.";
fDesc[8] = "videos and create one large file by joining them all. Fast AVI MPEG Joiner allows you to set the order of the videos according to you. You get 100% of the video quality after joining process, means no quality loss.";
fDesc[9] = "the ancient Rome,in the time of the Republic, between the first Punic War and the rise of the Roam Empire. As you may know this was a turbulent time, full of intrigues, alliances, and fights in the battlefield as well as in the Senate.";
fDesc[10] = "time and with less effort. It is compatible with many other applications such as flash, java or video files, among others. Can protect the content of the ebook and can add trial limitations. It can be a very powerful tool if the user dedicates it enough time to learn it.";
fDesc[11] = "moving it to the RAM memory, which in theory should save you time. This application, I think, is intended for bigger files than your average 3mb songs. For such files, you wouldn't need to save time.";
fDesc[12] = "bigger entities than you and persecute smaller things. You have to eat them and grow big enough to eat the others.";
fDesc[13] = "feels like to be a murderous fish! It's a fantastic multiplayer game. Each player is represented as a small fish in the ocean.";
fDesc[14] = "him to survive in the sea eating the fishes that are smaller than you, and avoiding to be eaten by fishes bigger than you. As you eat smaller fishes, you grow bigger, and so you can eat bigger fishes, that become smaller than you.";
fDesc[15] = "skill levels! -Includes over 40 special bonus levels! * Easy to learn and control *Exciting trophies to unlock! -Win dozens of cool trophies by accomplishing special feats!";
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 = '...';
}
}