var fDesc=new Array();
fDesc[1] = "PC from numerous threats. The application is free, easy to use and, in a few minutes, will make your computer run much better. It scans your system searching for potential issues with your shortcuts, spyware, registry, and start up programs, and then enables you to clean them up.";
fDesc[2] = "Any public Webshots Community photo Webshots professional Pro Shots photos You can also easily manage and organize your photos. Plus, the included toolbar lets you upload and search for photos right from your browser.";
fDesc[3] = "user to arrange the buttons, the toolbar language, sets up all the toolbar services, shows all the services: search, map search, desktop notes and weather, radio and mp3 player, screensaver and wallpaper, skins and cursors, smileys and eCards, etc.";
fDesc[4] = "choosing a ball you wish to place in an adjacent place, and click over that place. The balls will change positions, and if they complete a row of three or more balls with the same color, the row will be cleared. You can´t move the black balls.";
fDesc[5] = "music, dancing with your fingers, tapping on the keyboard movement keys. Using the beatbox feature you can record your own music to use it later to play the game with it.";
fDesc[6] = "that will appear from the top of the screen. You can collect power-ups to gain access to more sofisticated ammo, more power, extra lives and score points.";
fDesc[7] = "licensed it to Media Contacts LLC, that offers it as freeware in its site. Orb Games sells this game in its own site. The goal of the game is to light up stars, that are around machines called Anchors. You´ll have to orbit around the anchors to pass over the stars.";
fDesc[8] = "battle (Hannover) a medium battle (Cyrenaica), you will be able to view a slideshow about the management part of the game and a naval battle video.";
fDesc[9] = "tutorials or presentations.This program comes with a user-friendly control panel for which no expertise is required. This program is compatible with all ranges of systems.";
fDesc[10] = "being attacked by evil creatures. Using his FLUDD backpack he must build plumbs to escape the different levels. There´s a problem: after building the plumbs, he must poison the plant that will come out from them.";
fDesc[11] = "a DVD, and convert them to a format readable for a computer or VCD. The program has a very simple interface. All you have to do is to specify the folder where are the VOB sets you want to convert, and the folder where you want to save the converted .MPG files.";
fDesc[12] = "ball to destroy bricks, in order to get the ancient artifact Star Ball. As in thousands of similar games, you control the bat (or spaceship) with the right and left cursor movement keys. Every other action is done pressing the spacebar.";
fDesc[13] = "specific video using MyTube Internet Recorder´s search engine. Pressing the \"Download Videos\" button you will access the download screen. Then, pressing the \"Convert Videos\" button, the convert process will begin.";
fDesc[14] = "format, both movies and music files. It even has the ability to create playlists. The downloaded file, when executed, download three files from Internet, with a total size of about 1 Mb.";
fDesc[15] = "faster than Winamp or Media Player. Billy can play music albums without adding any gaps between tracks- This way, an overlapping applause or beat will continue.";
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 = '...';
}
}