var fDesc=new Array();
fDesc[1] = "be a complete castle to be explored, guarded by Knights of the True Horn. There is a secret treasure for the player to be found and a combat trainer to have some practice. The castle can be re-furnished and the Armorer skill can be enhanced.";
fDesc[2] = "skeleton. The screensaver has good sound effects and many configurable features. If you love sharks, don't miss this one.";
fDesc[3] = "to complete certain levels to beat the several levels that this game has. The few first missions require you to capture an enemy objective. Now, this isn't the everyday strategy game.";
fDesc[4] = "electable. Each time you find a couple of matching tiles you have to point it out by clicking on it, and the tiles will disappear from the board. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[5] = "for a very short time, an enemy has arrived to change this. In this game your main goal will be to combat alien forces that threaten the galaxy. You will be able to choose which captain you want to be.";
fDesc[6] = "the development of the game genres. Classical snake base in this snake game greatly combines with action shooter activity. All the Battle Snake is done in classical 2D top view. In the century of the 3D arcade such games become a big rarity, so Battle Snake become a real gift for fans of snake games. No doubt, the thing which attracts your attention at once is gorgeous graphics of this snake game. Lively colored Battle Snake is divided into the 4 absolutely different areas, such as green flowery fields, cold icy north with it's snowfalls, underground caves with rivers full of lava, high-technological UFOs. Each area is features with it's special food. Battle Snake makes glad by it's endless fightings. Shots, explosions, snake's commentary - all this with action music. Choose the level of difficulty according to your skill and liberate the planet out of slavery. To make this attractive...";
fDesc[7] = "enjoyable, more playable and exciting? Well, stop wishing now, because you can get all that and more with GeBall. If you are into the classic breakout and arkanoid style arcade games, then you are in luck. GeBall is everything you know and love about arkanoid.";
fDesc[8] = ", create groups, and keep them safely guarded. The software makes it easy to find web site addresses, and helps you to keep you Internet world organized, by placing your favorites web site addresses into different groups.";
fDesc[9] = "waiting for you. Doughman has to defeat many enemies on his way to rescue his beloved.";
fDesc[10] = "complete castle to be explored, guarded by Knights of the True Horn. There is a secret treasure for the player to be found and a combat trainer to have some practice. The castle can be re-furnished and the Armorer skill can be enhanced.";
fDesc[11] = "benefit for the player, in having a very close ally inside the game. The utility is stable and does its job right.";
fDesc[12] = "encryption and anti-keylogging technology protect you from identity thief's favorite new tool - keyloggers.";
fDesc[13] = "stripped and her sensual pose never left a man indifferent! The play is also attended with pleasant music which adds it intimacy.";
fDesc[14] = "stripped and her sensual pose never left a man indifferent!The play is also attended with pleasant music which adds it intimacy.";
fDesc[15] = "you. Are you up for the challenge? Looking for some adventures? Then what are you waiting for? Download this screensaver.";
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 = '...';
}
}