var fDesc=new Array();
fDesc[1] = "explanations whatsoever, but only surrounds us wholly with the language we want to learn. By recreating connections between actual images and their verbal realisation, we learn a foreign language in the same way that we learned our native one.";
fDesc[2] = "pilot and you will have a lot of races to win. Plot: Before to start playing you will see the classic difficulty selection screen, which varies with the ease of the car for damage and broken.";
fDesc[3] = "intuition into a challenging game of patience. My Free Mahjong breaks into reality - it becomes truly 3D!";
fDesc[4] = "intuition in search of gold, fame and love. And remember, Fortune is smiling only at brave pirates!";
fDesc[5] = "calendar of cylcles, and comprehensive prognosis.";
fDesc[6] = "challenging game of patience. This is a single-player 3D version of a classic favorite.";
fDesc[8] = "several areas of our skills: memory, language, logic and intuition, with a background story that captivates from the very beginning. The games are basically puzzles of all kinds, that require a mental efforts and entertain at the same time.";
fDesc[10] = "It is known as creating a “shelf\". Element Browser has very sleek look and is very user-friendly. The user interface has been created with great intuition.";
fDesc[11] = "and have remained popular ever since. They are seen as a means of getting in touch with the spiritual world.";
fDesc[12] = "of minefields to go. Using logic and a bit of intuition in detecting mines is a big part of succeeding in this game.";
fDesc[14] = "born, but do not know it. MB Free Psychic Test Software is a very unusual program designed to help you test those psychic abilities that you might have. This program will strengthen your intuitive powers and will also make you more aware of and sensitive to the spiritual world.";
fDesc[15] = "intuition. Check it out and see how puzzle games can really puzzle you. This is a CubIQ game of a new generation.";
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 = '...';
}
}