var fDesc=new Array(); fDesc[1] = "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[2] = "unlock clues needed to escape from a secret island! You’re stranded on a secret island, and there’s only one way off! Find hundreds of hidden objects underwater and on land that will help you match cards and unlock clues needed to find your way home!"; fDesc[3] = "choose from a great variety of solitaire games, from the challenging Scorpion to a relaxing game such as classic solitaire."; fDesc[4] = "marks representing hidden dig sites. You have to complete your treasure collections to unlock them. In this game you’ll be exploring ancient ruins, discovering fabulous treasures and winning piles of coins."; fDesc[5] = "the most popular games in history even more fun to play. Simply match tiles in pairs to eliminate them from the board. But be careful, remove the wrong tile and be stuck without a move."; fDesc[6] = "One Klondike Pyramid, FreeCell, Spider solitaire, Flower Garden, Diplomat , Spider solitaire Two Suits, Eighteens, Forty Thieves, Grandfather's Clock, Royal Rendezvous, Spider, Suit, and others."; fDesc[7] = "is only one basic and simple rule and is to place one card next to the other with a value of one less or one greater, neverminding the suit. It's a game very easy to learn, you'll be playing cards in no time, but you will find yourself trapped for hours mastering the game."; fDesc[8] = "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[9] = "Highly addictive, Ancient Tripeaks is full of fun and entertainment and it represents a convenient gate-away after a stressful working day. It features eight unique game modes to suit all types of players: from beginners to experienced!"; fDesc[10] = "introduces a quest mode with several levels with increasing difficulties, it is easy to learn and features good gaphics and sounds."; fDesc[11] = ", with a user.friendly interface and top quality graphics and animations. 123 Solitaire has a freeware license, however there are some basic actions that are restricted."; fDesc[12] = "the pile with the ones on the table to make both disappear. There is a Joker that can mach any card. Your goal is to match all face up cards. The Undo button allows you to undo a wrong move."; fDesc[13] = "cards, sound, in-depth statistics, and solitaire for points in solitaire quests."; fDesc[14] = "solitaire card game you have in Windows Operating System Cards are arranged in seven coulmns. The game object is to collect and stack all the cards in the order of alternating red and black colours, from the ace to the king."; fDesc[15] = "solitaire games. All thirty solitaire games offer a thorough explanation of how to play in the beginning Some of the solitaire are foundation building type and other discard type."; 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 = '...'; } }