var fDesc=new Array();
fDesc[1] = "This version also added full support for Blu-ray AACS MKB15.";
fDesc[2] = "can convert any mp3, ogg, wav or amr file to mmf, qcp, amr or wav file that can be used as a ringtone on your phone. You can use the inbuilt editor to cut a desired part of an audio file, to use sound effects like fade-in and fade-out, to amplify the audio volume or normalize the audio.";
fDesc[3] = "the complete slide show software solution for sharing your best memories.";
fDesc[4] = "produced by any external program, such as sound from a microphone, CD/DVD player, audio and video tape recorder, space broadcasting and so on. Gold Wave Editor Pro has an easy to use interface.";
fDesc[5] = "reach the enlightenment. Its ease of play and relaxed atmosphere, plus its beautiful graphics make it a very enjoyable game.";
fDesc[6] = "there’s a view of the underlying earth from where you have to grab gold and other treasures. Click the mouse button to grab stuff. You need to help the miner to get enough money to go to Las Vegas and gamble.";
fDesc[7] = "sound files for music CDs, dance programs, websites, answering machines, Windows sounds, and much more. It includes a lot of of effects and editing features for professional sound production.";
fDesc[8] = "features needed in order to create and design print projects; iron-ons, flash cards, photo albums, even skins for iPod players. With PrintMaster Gold 17.0 users are provided with over 17,500 pre-designed project templates, (7,500 more than in the PrintMaster Silver edition).";
fDesc[9] = ", the background will turn from lead to gold, and every rune will disappear, awarding you points. You can then place more runes over those empty spaces.";
fDesc[10] = "of Age of Empires and The Age of Kings , introduced the revolutionary Age of Mythology. The expansion includes interesting elements to the game: 12 divine powers, 15 units and 10 units mythical human formidable.";
fDesc[11] = "nature or a bus stop. The program also works fine with the most common VoIP and Instant Messaging applications. This version also offers the Parody Maker and Parody mixer. Another feature is the Voice analyzer, that allows you to analyze your voice.";
fDesc[12] = "three figures of the same color and click on them to eliminate them and get points. The screen will show you a lot of different balls, each one with a color.";
fDesc[13] = "object of the game is to clear groups of cubes from the board. The player achieves this by shooting and pushing cubes against one corner of the board. When the cubes form chains of three or more cubes of the same color, they disappear.";
fDesc[14] = "amusing and it has got an entertaining storyline. The main objective of the game is to get as much clients as you can, in order to do that you will be able to use many upgrades.";
fDesc[15] = "special tools like the pickaxe to find the gold to help you progress to the next level. Get digging! And be sure you have ahead lots of free time!";
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 = '...';
}
}