var fDesc=new Array();
fDesc[1] = "and 8 cm discs. In only 4 simple steps you will be able to design and print the complete artwork you need for both the disc and its jewel case. You can either print a CD/DVD label to stick on the disc or print directly onto its surface, using Labelflash and LightScribe technology.";
fDesc[2] = "awesome wildlife scenes. Challenge yourself with four distinctly addictive game modes. And you can save your progress as the game goes on.";
fDesc[3] = "shape. The pieces will enter the screen from the right, and you will have to pick them using your mouse“s left button, rotate them if needed with the right button, and drop them in place with the left button, again.";
fDesc[4] = "try to solve the puzzles and join the figures on their places. You will have to connect some twigs to get the original pattern.";
fDesc[5] = "addictive and easy to play, Puzzle Inlay offers over 60 picture puzzles to inlay with more than 18 varieties of gems. The purpose of the game is easy yet challenging.";
fDesc[6] = "beautiful crystals, you'll find it hard to stop playing, attaching crystals to each other and making them disappear.";
fDesc[7] = "case you don't know the previous game, your goal is basically to fit a specific number of different pieces into a board with the shape of animal. You can rotate the pieces, but you have to very fast.";
fDesc[8] = "filled game which one could play for hours and hours without getting bored.Its also a NO AGE LIMIT game so every one from a kid to grand pa can enjoy it.";
fDesc[9] = "made for you with a magical background. You are armed with a deck of cards that needs to be restored so that the fantasy-land restores back its zeal and life.";
fDesc[10] = "solitaire with inlay puzzle fun. Watch beautiful vistas subtly change as you progress in this perfectly harmonious union of two all-time classics!";
fDesc[11] = "remains - place colored gems to complete the interesting images. Choose from three fantasy environments inhabited by magical creatures to challenge your jewel arrangement skills.";
fDesc[12] = "contents of CD-ROMs and list the contents oneither the front or back cover. You can add and resize your own graphics, change font characteristics, and justify text and graphics as you see fit. A nice sampling of custom graphic backgrounds and borders is included for easy incorporation into your design.";
fDesc[13] = "or html file from the contents of a disc or folder and display it according to the users' preferences.";
fDesc[14] = "modes: Casual and Expert. The real objective in the Casual mode is to place the animals in the matching slots and fill out the screen before times runs out, whereas in the Expert mode, you first have to choose the right type of animal view and then fill the slots.";
fDesc[15] = "gems and find ways to combine gem images so as to get bonuses. Score points and enjoy the relaxing atmosphere of the game.";
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 = '...';
}
}