var fDesc=new Array();
fDesc[1] = "You will have a board full of colored gems. You need to swap identical gems .Swap adjacent gems to make sets of three. If you have the option of swapping four gems that will create a power gem that, when swapping it too, will give you extra points.";
fDesc[2] = "the hit action-puzzler is here! Glory and adventure await in your quest to save Egypt from doom. Defeat the rebellious princes of Megiddo before they overthrow Pharaoh and plunge two lands into chaos!";
fDesc[3] = "explosions. You have to join the same kind of jewels, as you do it, they will explode and in that way you will reach points. You will find a lot of precious stone such as ruby, emerald,amber and so on.";
fDesc[4] = "your brain to work. Solve over 225 unique puzzles on your way to gold, gems and treasure hunting glory!";
fDesc[5] = "program is easy to work with and to follow. You can edit your pictures to make collages and scrapbooks. It also allows you to save your projects, so you can go back to them every time you need to.";
fDesc[6] = "mode (real-time action!). Diamond Mine Deluxe is a gem of a game! Master the gameplay modes Normal and Time. Go Deluxe and play on your PC any time you want, whether or not you're online.";
fDesc[7] = ", JPEG2000, PDF, etc). Complete command-line operation and an entire arsenal of editing features (batch resize, flip, rotate, crop, trim and much more)";
fDesc[8] = "forgotten magic!";
fDesc[9] = "gems to similar groups to clear them and let your fairy friends free. This game is a great adventure in a magic world where time will challenge your speed and ability for shooting.";
fDesc[10] = "to help her in her quest by collecting as many crystals as you can. This application provides you with a nice looking interface, good colors, graphics, animation and a nice soundtrack.";
fDesc[11] = "touching each other, no matter the way they are arranged. It includes beautiful and colorful characters and scenery with an interesting story that will keep your kids amused.";
fDesc[12] = "give the classic match 3 mechanics a new twist, but also its general approach is original. With beautiful background images and soothing music, this game seems to have been designed to play relaxingly, without time constraints or pressures.";
fDesc[13] = "true-color graphics and cool visual effects - train your brain skills!";
fDesc[14] = "There are gems with special abilities: joker gems, filler gems, rockets, grenades and indestructible gems. The game modes are time gems, classic gems, tactical and puzzle mode.";
fDesc[15] = "the International gem and jewelry industry.We provide state of the art digital / video imaging systems and software tailor-made for the Gem and Jewelry industry. Taking pictures of gemstones and jewelry can be a difficult process, but our state of the art imaging systems gives you the capability to take consistent, professional quality photographs of your products very easily, giving you complete in house control and doing away with expensive photographers and graphic designers. This concept coupled with our gem / jewelry specific cataloging software SUCCESS V2, allows you to build custom made catalogs in many different electronic formats, such as Printed, JPEG, web pages, CD-ROM as well as maintain a detailed database of your entire product line to make your business more efficient. In a short time Success V2 has become the World's No 1 selling gem / jewelry software on the market...";
fDesc[16] = "entirely absorb you. You are welcome to have fun with gems. But this time in the open space!";
fDesc[18] = "interface. Full graphical standard Windows interface. Low system resource requirements. Main window snapping to the desktop. File storage and structure supported with an internal industrial strength GemX DobermanDB database engine. Support for large database files subject to your storage device capacity. Calendar Gem provides a fast and reliable way to schedule appointments with daily weekly or monthly views.. With Calendar Gem, you won't need to worry about forgetting those important dates and times, such as a job interview, your daughter's birthday, that vital meeting and endless other important events in your day to day affairs. Stop missing those special occasions.";
fDesc[19] = "correct time of the day and, at the same time, will let you enjoy watching the formation of an emerald right in front of you. As time passes, the emerald will continue forming and filling with green lines that will make the gem appear solid and transparent.";
fDesc[20] = "the Fused Gem, By combining 3 gems in a line you clear them away, but if you line five up you fuse them together!";
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 = '...';
}
}