var fDesc=new Array();
fDesc[1] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate.";
fDesc[3] = ", you´ll have to watch out for dangerous puzzle locks. The game has high resolution graphics. It can be played in four modes: Classic, Speed, Zen and Mind Bender, in Rainbow, Giant and Super Chuzzles. You´re awarded with trophies as you win.";
fDesc[4] = "4000 years ago. Match magic gold tiles as you travel through 11 dynasties and 175 levels. Unlock centuries of wisdom to collect the Lost Dynasty Treasures!";
fDesc[5] = "you pass the level, otherwise you lose. What is hard about this game is that you don’t have a direct shot to each orange pegs and it’s kind of hard to calculate all the bouncing the ball will do when you shot an indirect ball.";
fDesc[6] = "way through the game into the end. Magic Balls 3.5 combines great graphics and lighting effects to create a 3D visual effect in the balls, so your experience becomes richer.";
fDesc[7] = "amount of points possible in 20 spins. The game presents 3 modes: Classic, Mixed Matrix, and Patterns. You can change backgrounds, keep track of your scores, and control audio. Not available for Mac.";
fDesc[8] = "fourth episode in the SimCity series and originally was released on 2003. It has a single expansion pack known as Rush Hour which adds additional features to the game. But the Deluxe Edition contains the original game and Rush Hour combined as a single product.";
fDesc[9] = "downloading. This software is used for faster and organized downloads. Platforms like Windows Vista and XP make use of it. ReGet Deluxe is basically another version of ReGet with advanced features and more convenient as a download manager";
fDesc[10] = ", stop, rewind and forward any audio file using the play control. You can cut, copy or paste any part of the audio file or use the recording tool to record your own voice and mix it with music tracks.";
fDesc[11] = "deeper sharks appear on the right hand side and come to us. These sharks have words written on their bodies. We can keep them away by typing these words.";
fDesc[12] = "time playing it. Pocket Tanks Deluxe is a simple game, there are two tanks, one controlled by us, the other one is controlled either by the computer or by another player. The aim of the game is to hit the other tank the most before all the weapons are used.";
fDesc[13] = "tell you the time on 25 different languages, at the moment you want or in regular intervals. Speaking Clock Deluxe also has an alarm that can be set to remind you of important events, playing any sound file you want or some of the built in.";
fDesc[14] = "allows up to six players to sing along with the music that sounds through your speakers, reading the lyrics in your screen, using microphones in order to introduce your voice and score points, depending on the pitch of the voice and the rhythm of singing.";
fDesc[15] = "you can buy the game. Go Deluxe for even more fun while playing. Download Mahjongg Fortuna Deluxe and play on your PC any time you want, whether or not you're online.";
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 = '...';
}
}