var fDesc=new Array(); fDesc[1] = "The most relevant difference in Armageddon's Blade is the addition of the Conflux, which increases the total number of alignments in Heroes III to nine. Six new campaigns were included, and over 35 single scenarios were also added."; fDesc[2] = ", EMF, GIF, JPG, PNG, RLE, TGA, TIF and WMF file formats and 8BF Filters."; fDesc[3] = "interface is backed by sophisticated algorithms and techniques. nEO iMAGING covers functions more than everyday needs."; fDesc[4] = "DIRECTIONS: decompress in a folder and click twice on the file \"Invoice\" choose to continue if a message appears."; fDesc[5] = "games and 10 musical instruments. It contains original music, sound effects and animation which pre-schoolers will learn from and enjoy."; fDesc[7] = ", multiplication tables up to 12, a speaking clock and much more. All in a motivational and friendly game format."; fDesc[8] = "play against friends and a crafty computer controlled 1 player mode. The game has elements of both skill and luck. The aim of the game is to be the first player to place four counters in a row on the game board. The game is aimed at children aged 7upwards."; fDesc[10] = "as your kind host, and he will help you to move through the different games and coloring pages. Some games are pure fun while others are designed to expand your knowledge about dinosaurs too. This application is intended for kids aged from 5 to 12."; fDesc[11] = ", last access date. You choose purge days,expired time by folder. Local application, network Windows service, command line"; fDesc[12] = "Points, Labyrinth and Seven Errors. Each pastime has 10 different images. The child can play and exercise the moving coordination as well as the use of ..."; fDesc[13] = "authoring WWW pages. WhatColor tells you not only RGB values, but also the name of the color of the point."; fDesc[14] = "with a peaceful atmosphere. Oriental Clock Screensaver has a freeware license and besides is not demanding for your computer."; 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 = '...'; } }