var fDesc=new Array(); fDesc[2] = "4000 years ago. Match magic gold tiles as you travel through 11 dynasties and 175 levels. Unlock centuries of wisdom to collect the Lost Dynasty Treasures!"; fDesc[4] = "case comes up and you are ready to get to the end of it. Your mission is to investigate who is the killer of Miss Linnete Doyle, another passenger of the cruiser. Twelve levels will lead you to the truth, gathering clues on each investigation."; fDesc[5] = "enough to keep them happy, make money and offer new products, continuously improve your restaurant to make it the best."; fDesc[6] = "gain points. You will have to make a word from more than three or three letters. You can make a word by selecting letters horizontally, vertically or diagonally even - but the rule is not to leave a letter (you cannot skip a letter)."; fDesc[7] = "game for people who have visual memory. It is one of the most addicting games ever. Once you start playing, you simply can't stop. It has colorful graphics and suspenseful music and sound effects. It is user friendly, and the instructions are clear and easy to understand."; fDesc[8] = "time. Don´t forget to keep your customers happy so they will give you bigger tips. Drive all kind of cars from different kind of customers. Enjoy this great game as you work on a parking lot."; fDesc[9] = "ancient table, that are scattered around the world. Once you got all pieces, you will have the clue to find the most expensive gem: the \"World Diamond\"."; fDesc[10] = "to move, clicking over it with your left mouse button. Then you´ll have to click in the spot that indicates the movement of the mine. Finally, you´ll have to activate that movement by clicking on the activating spot."; fDesc[11] = "audio enhancements as per individual needs. It supports multiple users working on the same video and requests for changes will be analyzed with the latest version and the requested changes may be implemented"; fDesc[12] = "The one thing you have to do is to take a deep look to the pictures and spot the differences between them. As its name indicates, in each level you have to spot the 5 differences that there are."; fDesc[13] = "Super Fun Classic, Find the monkey, Leisure and Puzzle. This sequel of 5 Spots I is great as it not only brings new images to the classic mode game, but also completes the game with new additional game modes."; fDesc[14] = "are very simple: the game will show you two similar pictures with smiley faces of several shapes and colors, and you have to tell the subtle differences between them."; fDesc[15] = "the five differences between them. The pictures chosen for this game are rather tricky, and differences are so subtle that you need a very keen eye for details."; 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 = '...'; } }