var fDesc=new Array();
fDesc[1] = ", burn, convert, record and do much more with this program. Play the most popular video formats or convert audio from one format to another. Record analog audio from the computer and add sound effects, such as cross-fader, reverb, and x-bass.";
fDesc[2] = "computer“s hard disk) which you can then sort, transfer, burn or play choosing from three basic screens: Music Source, My Library and Transfer.";
fDesc[3] = "the galaxy by this. Is a game in which one can lengthen the line-up wherever you want whenever you begin a life of the universe is completely new and very large.";
fDesc[4] = "funny stuff. Plot: The third delivery of this saga comes back with an old subject: the time travel. In this case is used by the soviets to eliminate a scientist, Einstein and his developments which will be vital for the Allies.";
fDesc[5] = "Games. One of the most eagerly awaited strategy and adventure games, Age of Mythology, finally comes out of Ensemble studies, the creators of the classic game, Age of Empires, the most outcoming of this video games genre.";
fDesc[6] = "songs and albums with excellent audio quality, and all for free, as it is funded on advertising. In Spotify it is possible to listen to all sorts of music: from a rare song one might not expect to find, to the latest albums by popular bands and artists.";
fDesc[7] = "for you. With this web radio player and recorder you can listen to over 25,000 radio stations and record as much music as you want. The program's interface includes a search box for you to type in your favorite genre, whether it's Rock to Chillout or a Soundtrack, etc.";
fDesc[8] = "Commander takes as its starting point the best of Total Annihilation. Many people dare to proclaim this game as the spiritual successor to Total Annihilation.";
fDesc[9] = "created a game that can be solely controlled by voice commands. The premise is simple: you control one of three factions and try to eliminate all threats and become victorious over the course of a single player campaign.";
fDesc[10] = ", designer of Civilization II and Alpha Centauri) and published by Microsoft Games Studios. This is the sequel to the popular Rise of Nations saga.";
fDesc[11] = "You can start selecting the genre you want to listen to, then the artist, the album and the song. Once you get to the song, Music Oasis will start playing it, showing you information about the Artis, Album and Song in the right panel.";
fDesc[12] = "is a fresh incursion into the railway simulation genre and an opportunity for lovers of trains and stations to meet their requirements for entering the cabin of one of these transport vehicles.";
fDesc[13] = "case is really complicated, and there are five victims, and Victoria has no real clues. Totally stuck in the case she decides to visit her family for Christmas in an attempt to relax and finds out that her grand father, a famous private detectuve in his time, had a very similar case.";
fDesc[14] = "tracks editing and remixing. The loop browser has a wide selection of effects like electric, drum, guitar, keyboard, bass, brass, beats and vocal etc. The master selection helps in the selection of tempo and snap.";
fDesc[15] = "allows multiple tracks editing and remixing. The loop browser has a wide selection of effects like bass, beats, FX, guitar, keys, vocals etc. The master selection helps in the selection of tempo and snap.";
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 = '...';
}
}