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] = "together. When there are no valid plays, flip a card from the stock and try again. Jewels are dropped onto the board based on how you play the cards. The jewels dropped will match the suits of the cards that are played.";
fDesc[3] = "ancient manuscript proclaims: “Align the relics you can see, across or down in groups of three. Turn all squares to solid gold, the path to riches will soon unfold”, and that’s pretty much what you have to do in the game.";
fDesc[4] = "fabled Golden Jewel Board. Uncover hidden jewels, and then use those jewels to complete your quest. While playing with a mysterious jewel board, their daughter Natalie unknowingly pops open a secret compartment...";
fDesc[5] = "Jewel Island you will find a great game and entertainment. Match groups of 3 or more identical jewels to collect them. This game has different bonuses like probability stars and power up stars, among others. This game is a time challenge, be fast and finish your task before time is up.";
fDesc[6] = "variety of different arrangements to play, organized into what is called “levels”. With a wonderful underwater look interface and a warm music you enter into a welcoming atmosphere while playing this game, achieving its main goal: entertaining you.";
fDesc[7] = "can swap two adjacent jewels by clicking both squares or by dragging one jewel to and adjacent square. As jewels get matched the squares below them turn to gold. The aim of the game is to turn the complete board to gold.";
fDesc[8] = "missing husband! A thrilling journey from marketplaces to museums where mystery and intrigue wait around every corner, Jewel Quest Solitaire II is an exciting combination of solitaire and puzzle fun! Embark on this brain-bending adventure today!";
fDesc[9] = "out of boxes! Align dazzling colorful jewels to break them out of their sturdy gold boxes. This mesmerizing game will make you a hammer-wielding, jewel-smashing enthusiast before you know it. Features 150 levels of jewel matching madness!";
fDesc[10] = "game and you will get: * Over 100 Mysterious Levels * 19 Relics to Discover * Two Game Modes * Beautiful Full Screen Graphics";
fDesc[11] = "This game and adventure brings you different games, each time you finish a location the game will challenge you with a swapping puzzle. Challenge your speed and ability with a timed mode and try to finish your task before the time ends.";
fDesc[12] = "The game story tells that in the deepest darkest jungle lies an abandoned temple. The players must lead Crazy Chicken (the game main character) inside, and travel deep underground to find the elusive Jewel of Darkness.";
fDesc[13] = "colourful gems to create combos that will shatter the golden tiles! Complete the level before all the sand has run to the bottom bulb of the hourglass or take your time in the Relaxed game mode.";
fDesc[14] = "but pay attention to the spaces where they stand on, because in order to change levelS you will have to destroy the jewels over the golden spaces.";
fDesc[15] = "sound and music. Graphics are highly detailed with full color with the easy to learn concept. Jewel logic provides environment for the novice maturing to an expert by unlimited levels of challenges.";
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 = '...';
}
}