var fDesc=new Array(); fDesc[1] = "video recorded with a camcorder, upload a video to a portable device, or edit a project, MyDVD will allow you to do it, providing you with professional tools to create the perfect DVD for each ocassion."; 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] = "includes many improved and enhanced features. However, there can be some behavioral changes as this new release includes certain functionalities that differ from the previous versions. The latest update for Microsoft Visual FoxPro 9.0 is Service Pack 2 which is free."; fDesc[4] = "world with daemons, kings, queens and pixies. You become into a magic master who have to learn tricks, cast spells, and collect magic powders and stuff like that, in order to progress in your journey. You can try this game for 60 minutes or you can try it online."; fDesc[5] = "Faerie Queen’s Magic Jewels! Cast magical spells to battle ruthless monsters and the forces of darkness in your quest to recover the Queen’s glittering treasures!"; fDesc[6] = "one picture you are looking for. Use the picture of a famous movie celebrity, a comic, or the singer of your favourite band, to make the perfect joke, amuse your friends, or just to have a good time while creating some bizarre pictures."; fDesc[7] = "Royal Palace, the last citadel of evil in this magic land. Get ready to complete 82 different levels to bring back former splendor of the castle"; fDesc[8] = "paradise. The Sims Castaway Stories offers you two forms to play. In the new and interesting way of directed history , you should achieve certain objectives and In the open-way game mode , you create the Sims and decide how they are going to evolve in their brand new islander home ."; fDesc[9] = "your piece, and catch it being really careful about fishing line tension. Once the fish is caught some information will be shown for you to choose whether to keep it or not. The game can be played locally and online."; fDesc[10] = ", you’ll be representing Bell in this game and your mission is to succeed in this adventure, keeping the customers happy and making the most profits you can.You can download and try this game for 60 minutes before you buy the licensed version. Also, you can try it online."; fDesc[11] = "includes 17 encryption algorithms (Rijndael, TWOFISH, BLOWISH, CAST, MARS, TEA, etc) to encrypt your files. It also includes file shredder. RSA supp."; fDesc[12] = "with your digital camera. With ColorCastFX you can easily adjust and correct the color settings and gamma of your digital pictures. ColorCastFX is an excellent tool for fixing your photos and is absolutely free to use."; fDesc[13] = "home. You're cast away in the Secret Island, and your only hope to escape is to find the clues to come back where you belong. If you don´t know which cards to match, you can ask for a hint."; fDesc[14] = "adding text, image or jpeg properties watermarks. This tool makes it amazingly simple to virtually protect your copyrights by simply adding a text or image."; fDesc[15] = "investigate a number of attacks that have been happening at the Hogwarts School of Witchcraft. As in any hidden object game, you will be given a list of items to find in a certain scene and when you click on them they instantly disappear from the screen"; 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 = '...'; } }