var fDesc=new Array();
fDesc[1] = "accounts, manage their purses and maintain a list of correspondents, assigning additional contact data to their WebMoney IDs, such as names, email addresses and phone numbers.";
fDesc[2] = "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[3] = "the game board so that the numbers 1 through 9 occur exactly once in each row, column, and 3x3 box. Your goal is to fill in the empty squares following the simple rule above.";
fDesc[4] = "different colors with numbers on them. You will also have a card with numbers and colors. Every time you see that the number is both in the line and on your card you will have to click on it so that it disappears and you get points.";
fDesc[5] = "offline! Serials 2000 7.1 version contains about 6 lakh serial entries! Now, installing software using these serial numbers available is illegal. But almost all home users are using pirated / cracked software or games!";
fDesc[6] = "nice graphics, and introduces a quest mode, where you can get lots of variations and levels that make it really addictive.";
fDesc[7] = "3x3 blocks with the numbers from 1 to 9, without repeating the same number neither in the 3x3 block, or the same row or column. When you begin the game, some numbers are in its place already.";
fDesc[8] = "get Slingos (5 matches in a row). What you see in the screen is a combination of a slot machine and a bingo’s card. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[9] = "the game is to fill a set of 3x3 squares, divided in 3x3 blocks, with numbers from 1 to 9. The numbers can´t be repeated into the block, or in the same line or column.";
fDesc[10] = "from many of those alternatives is that it’s available for you to use totally free of charge. If you spend time traveling or at any other place where you don’t have a PC at hand, SudoPlanet allows you to print out the grids to play on paper.";
fDesc[11] = "protect your compressed archives. With Password Generator you can choose the character set, this means what kind of characters you want to include in your passwords. There are three options: capital letters, small letters and numbers.";
fDesc[12] = "consists of a 9x9 grid which you will need to fill in with numbers using logic and reasoning. This challenge game has kept the entire puzzle lovers perplexed!";
fDesc[13] = "given tower more stable and durable than your opponent's by replacing blocks with numbers. The numbers should be increasing from the top to the bottom of the tower.";
fDesc[14] = "safely. Serial Key Manager 1.8 does not hold its own database. Instead, it creates registry entries which it reads on startup. Those hold your serial numbers. This is a rather double-edged approach.";
fDesc[15] = "case numbers shapes – hidden in a messy scenario. The basic idea is to visualize numbers created by any kind of elements in the scene you are looking at. You can try this game online without time restrictions.";
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 = '...';
}
}