var fDesc=new Array(); fDesc[1] = "is a replacement for Windows Explorer’s copy functionality. It replaces Windows Explorer file copy and adds many features like transfer resuming, copy speed computation and control, improved copy progress display, copy list editable while copying, and an error log."; fDesc[2] = "on the Game. It has 3 complementary versions: Linux/Win client, Linux server and Windows server. It was designed exclusively to work with Half Life 1 engines."; fDesc[3] = "into separately files (VOB format too). The program seems to be easy to use, however it gets sometimes tricky, since some buttons don't work as expected. What comes to the rest, it's fairly easy to use."; fDesc[4] = "user can also choose between five levels of complexity - from Easy to Extreme. Each puzzle is generated randomly so there is an almost limitless selection."; fDesc[5] = "the latest SafeDisc and Securom!"; fDesc[6] = "copies of your legally bought games. GameCopy is able to copy all kinds of CDs or DVDs, even those that are copy-protected with VOB Protect CD, Starforce 1 or 2, SafeDisc and Securecom methods. Using this program you will even be able to copy PS2 games."; fDesc[7] = "on your PC or print out. Best times roll of honour. Multiple skins and sound effects. Coaching aids."; fDesc[8] = "first have to find some objects from a list, but in this case you will see that some of them will need a special tool to grab them. You will also have to solve some tricky puzzles."; fDesc[9] = "simple; you only have to turn off all the lights on the board by clicking on each piece. The game is simple, small, but entertaining enough to keep you busy for a while. Besides, it can very addictive. Definitely a good pastime."; fDesc[10] = "through 5 different worlds; Egypt, China, Rome, Inca and Navajo. There are two game modes: Classic and Rivers, in which the game can get very tricky!"; fDesc[11] = "diamonds that are available on the screen. There are labyrinths to maneuver in and traps to avoid while collecting the diamonds. Sometimes you are confronted with a puzzle or a tricky situation, which you will have to solve to get to a diamond."; fDesc[12] = "an uncharted volcanic island, they need your help to solve a mystery and escape before the volcano blows. Tackle tricky challenges in reading, math, geography and science on a bold adventure across the island, under the sea, and into the volcano!"; fDesc[13] = "reverse! That is to say, you are given the words, but what you need is to find the right place to make them fit in the crossword. Word Cross is really fun and addictive, and crossword fans will love it."; fDesc[14] = "who seems to be confused with tricky cables and wires. The game features a huge pack of switches, pliers, bulbs. As a player you will have to find your way in a labyrinth of these presets."; 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 = '...'; } }