var fDesc=new Array(); fDesc[1] = "is a fresh incursion into the railway simulation genre and an opportunity for lovers of trains and stations to meet their requirements for entering the cabin of one of these transport vehicles."; fDesc[2] = "thrilled with the views you are about to see. You will visit a beautiful small western town located somewhere in the West. Delight yourself watching the train station and the mining facilities of that time."; fDesc[3] = "trains that will run accross that layout. The user can plan the tracks situation, switches, gates, the whole layout, set buildings, industrial plants, lights, persons, cars, set the terrain characteristics, platforms, elevations, plants, reliefs, railway elements, etc."; fDesc[4] = "day and the season of the year. The designs of the bus and the lorry can be customised as required. With integral MP3 player."; fDesc[5] = "to cover any detail on model train layout design: tracks, crossings, angles, virtual vehicle for checking clearance, signals, catenaries, etc. including all the standard scales and gauges."; fDesc[6] = "computers that enables users to play the game on more modern PCs. This new version of Westbang 1.2 has an animated introduction and players have to take on the role of a nameless legendary character and guide the character through 25 missions"; fDesc[7] = "stunning 3D. No other software makes it as easy to create your own highly detailed tracks, stations, tunnels, towns, roads, level crossings and scenery. Ideal for railway enthusiasts of all ages, the only limit is your imagination."; fDesc[10] = "Voyager Class 220 and 221 model trains to add to their railway simulators. This expansion program includes seven journey scenarios for these two models."; fDesc[14] = "cross the bridge. Your subtask is not to spend the entire budget. This game trains your imagination and intellect, you need to think over every step. If you dreamed to be an architect in the childhood, \"Bridge It\" is a great chance to experience this."; fDesc[15] = "Windows, you can create your first usable model railroad design in minutes!"; 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 = '...'; } }