var fDesc=new Array(); fDesc[1] = "reveal beautiful photographs. You can also download more images or add your own. You will be given puzzle pieces on a loading dock and you must click to use them into the car one at a time without leaving any gaps."; fDesc[2] = "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[3] = "educational environment. Filtering of websites is based on a while list that can be downloaded or defined by the child carer. Filtering of email messages is based on a list of trusted email senders, also defined by the child carer."; fDesc[4] = "game types, including fast action and slower, turn-based modes, there's never a shortage of dino fun!"; fDesc[5] = "choose from many options to customize your characters such as gender, name, hairstyle and face. You can also choose a pet between a cat and a dog. This program has a good looking interface and it is really fun to play."; fDesc[6] = "arcade game Pac-Man. This game is a freeware which doubles the enjoyment as the player need not to bother about trial period and can enjoy playing the game with a free mind."; fDesc[7] = ", television and games production now have a new and fluid approach to creating memorable and sophisticated characters. Order 30 day trial."; fDesc[8] = "voice on the microphone, into a completely different voice. Please, note that Female Voice Pack 3.3 is just an add-on, it requires MorphVOX Voice Changer to run."; fDesc[9] = "3D animation. Users can find here pre-made 3D figures, and also everything they need to create their living environment – clothing, landscapes and more. Also there is a large library of movement, mimics, which you can apply to your characters."; fDesc[10] = "need to use your mouse to move Dora and Pegasus, her flying horse, through the forest to collect the Snow Princess's magic snowflakes."; fDesc[11] = "Microsoft Corporation. With ten different games created by the genius behind Tetris, Alexey Pajitnov, this collection was released more than ten years ago and features fun and brain teasing games for all family."; fDesc[12] = "collection features twelve popular card games including Silver Klondike, Pyramid golf, Freecell, Fourteen Out, Four Seasons, Yukon, Clanfield, Blind Alleys, and many others."; fDesc[13] = "powerfully addictive gameplay with a simple concept, appealing to both children and adults. Blox World has collected fourteen variations of tetris in one application, giving users a number of customizable features and an eye-catching layout."; fDesc[14] = "gain points. Many clothes with different styles and colors are included, you should choose proper clothes' colors and styles that go with each other and fit the doll being dressed."; fDesc[15] = "Vegas casino. The package includes most of the favorites games at the casino such as Texas Hold ‘Em, 7 Card Stud, Craps, BlackJack, Slots, Roulette, 5 Card Draw, Baccarat, and many more."; 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 = '...'; } }