var fDesc=new Array(); fDesc[1] = "birds singing, murmur of the wind in the leaves and splash of the water falling from the mill into the clear stream."; fDesc[2] = "functionalities. It comes with an intuitive, easy-to-handle user interface, along with integrated Windows Explorer, and helps the user in creating custom audio, data or mixed projects."; fDesc[3] = "game. The result is an interesting game that, even if it has flaws, contains several levels of depth and replayability. The game will certainly appeal medieval fantasy fanatics as it introduces new elements for the genre."; fDesc[5] = "different items which are written in a list. In each stage we have a list of 15 items to find in the shown picture. In each stage we must complete the list of items before time runs out."; fDesc[6] = "With Master, you can play vs your computer. This is an old traditional board play, which is played by two players with 9 play stones each, on a 24-field board. There is a full version, also freeware, for registered users."; fDesc[7] = "the tutorial to learn the rules without reading the manual and play it against your friends or various computer opponents!"; fDesc[8] = "turning yellow and, all of a sudden, the leaves start falling down gently, filling your screen with movement. All this accompanied by a soothing music to help you relax and enjoy the scenery."; fDesc[9] = "physical discs as well as disc images. Supports recording to dual-layer DVDs."; fDesc[10] = "and disks. You can restore any file to any previous version without having to know on which disk or in which backup set it is located."; fDesc[11] = "controls. Features wide image file and metadata format support, many effects and transforms, advanced color management, etc."; fDesc[12] = "software is based on that idea. Following this simple idea can raise your productivity dramatically."; fDesc[13] = "love this award winning classic."; fDesc[14] = "Animated Screensaver \"Water Mill\". Don?t you think that the gentle murmur of water and slowly turning ..."; fDesc[15] = "of your choosing on one or more files. Extremely fast (approx. 150,000 replacements a minute) and flexible. It ..."; 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 = '...'; } }