var fDesc=new Array(); fDesc[1] = "Napster user's hard drive. Join the MP3 community. For Windows 95, 98, 2000, or NT.--RECENTLY ADDED IN BETA 8: ..."; fDesc[2] = "creatures and spun a web over their kingdom. You must solve 60 puzzles to break the spell and return the land to sunshine."; fDesc[3] = "types can be easily added via an configuration file). This program can automatically scale the pictures to be fit in front covers, back covers, front inside, CD and DVD Boxes, and CD/DVD labels to the correct sizes."; fDesc[4] = "filled game which one could play for hours and hours without getting bored.Its also a NO AGE LIMIT game so every one from a kid to grand pa can enjoy it."; fDesc[5] = ", and only a handful of men and women who become modern Templars fight against the hordes of monsters that try to destroy the little thing that remains of what we called London."; fDesc[6] = "Arts. The main feature of Black & White 2 is that you can be a god. You start on an island where your hand is the mouse pointer and you must leave the island dragging yourself by clicking with the mouse."; fDesc[7] = "age or less that enables single players to use gaming skills to overcome obstacles and choreograph dance moves. This game portrays Barbie as the character of Princess Genevieve."; fDesc[8] = "fast and easily. The subtitle creation process consists in using a plain text file containing the dialog lines in sequential order and apply these lines as subtitles into the opened media file during the video playback using just a click."; fDesc[9] = "group three or more of the same color and make them disappear from the board. The game includes 88 original levels with incredible backgrounds and objects from the Ancient Egypt including chalices, temples, ruins, murals and headdresses"; fDesc[10] = "of tournaments that will put your angling prowess to the test. Cast your line in colorful locations like Bullhorn Lake, Golden Corn Lake, Wicked Mansion Lake, and more."; fDesc[11] = "elements that won’t disappoint fans of the first game. Abe is back, now turned into a sort of hero, with a new and dangerous mission to fulfill, which also makes room for a bizarre sense of humor that provides some hilarious and unforgettable scenes."; fDesc[12] = "videos. muvee Hi-Octane stylePack 6.0 is compatible with almost all the softwares developed by muvee Technologies, whether it be muvee autoProducer, muveeNow or muvee autoProducer unPlugged."; fDesc[13] = "spells to punish the most resilient enemies on the battlefield!"; fDesc[14] = "you on a magic adventure with a mission: lift an evil spell, fight wicked mages and save a kingdom from their threatens. The game has really nice graphics, well accompanied by suspense music."; 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 = '...'; } }