var fDesc=new Array(); fDesc[1] = "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[2] = "combination of real and arcade elements that make the game fun and entertaining. The game still has a lot of players and it is still going strong, 11 years after its first release."; fDesc[3] = "to 28 different weapons to choose from, travelling from the sunny South to the frozen North across the whole country, and on a safari in Africa. We can play online against others members in any tournament already created or we can create our own for them to join in."; fDesc[4] = "improve and balance this already addictive game. New campaigns, new troops, new buildings, new spells, new escenaries, a greater balance make this expansion an obligatory purchase for Warcaft's fans."; fDesc[6] = "have experienced a system meltdown that leaves you with a frozen screen and nothing you can do about it. This application could be a solution. AntiFreeze is a last resort for making your system responsive again."; fDesc[7] = "Using this tool, users can repair their video files which are damaged or corrupted due incomplete download, which are frozen while playing or not playing or not getting rewind or fast forwarded."; fDesc[8] = "or more same-colored blocks to remove them from the board. Bonus points will be earned for forming flowers and other special combinations. Hexic Deluxe can be played in three different modes: Marathon, Timed and Survival."; fDesc[9] = ", solve puzzles and outwit the guardians."; fDesc[10] = "their snowed mountains and valleys, frozen lakes, pine forests and mirrored waters. Winter Wonders is absolutely free to download and use, and is a good choice for any screensaver collection."; fDesc[11] = "journey to visit wonderful places that you might only see in photographs. It will take you to the mountains, forests and even lakes with a common characteristic: winter. You will be able to see awesome scenes of the mountains covered with snow in front of a gorgeous sunset."; fDesc[12] = "and morphable scheme.This version has an in-built library of capacity 260 MB and a free ware version of this software is also available. However that works as a demo tool. The library browser in this software is based on disk program managing."; fDesc[13] = "Studios. Now your commandos are prepared to take the deadliest mission yet as you venture deep into enemy territory across three extensive campaigns from the frozen ruins of Stalingrad through to the forests of central Europe and onto the beaches of Normandy."; fDesc[14] = "every bird that passes flying in front of you. If you hit them, they will become colored ice cubes, that will fall to the grid at the bottom of the screen. You can then swap the position of the colored ice cubes to form a group of three that will be cleared from the grid."; fDesc[15] = ", or join Samantha Bloodworth as she tries to find her way to safety across the shattering Ross Sea in the story based adventure mode."; 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 = '...'; } }