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[2] = "cost. VirtualDJ HomeEdition includes all the features of the professional VirtualDJ software except for direct 2nd Video Output (Window Mode only) and those which involve additional hardware (mixer, turntable, midi, ...). So if you intend to mix using your mouse to move the crossfader, then VDJ HomeEdition might be what you're looking for.";
fDesc[3] = "advantage of full health, ammunition and time and can also see through walls and hidden spots. User can also hack into the computer of the different gamers.";
fDesc[4] = "those games, you have to keep the ball bouncing into three walls, destroying thing as it touchs it, and getting points for it. From time to time, a destroyed item will free a bonus item, that will give you some advantage if you catch it.";
fDesc[5] = "features. Bump Top will literally convert your conventional desktop into a three-dimensional one where you can place all your documents, icons, shortcuts and any other file on its walls, organize them in groups, and enjoy looking at them in different 3D views.";
fDesc[6] = "robots. If they touch you, you die. Your only weapon are bombs that you can leave behind. When they explode, they destroy everything in the near: walls, robots... or yourself, so be sure to be far from the explosions.";
fDesc[7] = "with walls, using the arrow keys to move and the space bar to fire. When you beat an enemy wave, you can go to the next level.";
fDesc[8] = "disintegration ray that also cuts through terrain [new]. Sand Storm: Amazing dust cloud forms and buries an area in sand. Lemon: This weapon is a 'lemon'. Hope you don't get it!";
fDesc[9] = "hit a ball with your bat, and avoid it to run off the screen. The only way the ball can escape is by going behind you, the other three sides of the screen are closed with walls, and the ball will bounce on them.";
fDesc[10] = "use with the house builder wizard to build your space with all the specifications you desire. You can add walls, colors, furniture, lighting, landscapes, plants, shrubs, trees, pathways, etc. It includes a lot of libraries. Also you can create animation, calculate measurements and cost estimating.";
fDesc[11] = "Cauldron back in 1996. The goal of each level is to control the three humans and lead them to the exit. But you have to be very careful because sometimes there is no way of going back, and you may have to restart the whole level.";
fDesc[12] = "bravery can save them! In Runic Deluxe you smash down their prison walls and collect spells and magic potions through countless levels. You can use gold coins to buy extra powers in the Magic Shop. Have you got what it takes to be a hero?";
fDesc[13] = "Vaus spacecraft. Use the mouse to move the slider to hit the ball and keep it in motion and eliminate the bricks.";
fDesc[14] = "from the mummy of an ancient Egyptian King. The pyramid is full of mazes and you must use doors, walls and everything that you have in the room to outsmart the mummy and get to the door to the next maze.";
fDesc[15] = "slide colored blocks into groups of three or more and they'll be removed from the screen. After awaking in their tomb, they set out to escape the stone walls and find out who they are.";
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 = '...';
}
}