var fDesc=new Array(); fDesc[1] = "choose from many options to customize your characters such as gender, name, hairstyle and face. You can also choose a pet between a cat and a dog. This program has a good looking interface and it is really fun to play."; fDesc[2] = "change the folder icon with one of the alternatives that the program offers (colors, event, level, priority, object)."; fDesc[3] = "something the author calls 'universal scrolling´: moving the mouse wheel will scroll the window directly beneath the mouse cursor, not the one with the keyboard focus, which is the default."; fDesc[4] = "list of titles which represent different missions for Nancy Drew to solve. In Nancy Drew Dossier: Lights, Camera, Curses, Nancy will be seeking the source of sabotage on a Hollywood set."; fDesc[5] = "files 6 ways. Replace text in multiple files. Index files to find a word on your hard drive in less than a second! Zip found files."; fDesc[6] = "story behind it. Captain Livsey´s beloved pet, the mechanical cat, has been kidnapped by the Robots and taken to Mars. Your mission will be to help the Captain save his cat."; fDesc[7] = "You, as a player, have to help her succeed in all kind of adventures, climbing, digging, and floating to reach their beloved creatures."; fDesc[8] = "games and 10 musical instruments. It contains original music, sound effects and animation which pre-schoolers will learn from and enjoy."; fDesc[9] = "filter and customizable shape. Included in the software are 3 filters. There is a low shelf filter, a high shelf filter and a boost/cut peak filter. Also included is its wide range gain (+/- 40dB per Band) and bandwith (.01 to 5 Octave) which makes it very versatile to create any filter shape."; fDesc[10] = "challenged by the wit and skill of Spite, the computer opponent. Similar to SkipBo. Also playable with an Internet/LAN connection"; fDesc[11] = "should fix the problem with the configuration program. Follow the home page link for more image libraries and sounds."; fDesc[12] = "which you have to put together three or more of the same pieces to eliminate them. Win the game by emptying the screen of all the pieces. You have at your disposal a bloob gun that you control with the mouse. A preview lets you see the next piece that will be loaded into your bloob gun, making it possible to strategize your next move. The game has engaging graphics and a lively and varied musical score expandable by users with their favourite MIDI music and background pictures or graphics WARNING: This game isn¿t distributed under physical media like CD¿s or floppies, just by an internet download."; fDesc[14] = "with computer bots or live opponents by the Internet or LAN."; fDesc[15] = "There is also an option for command-line parameters. You can choose between 4 Explorer Window- Modi.Requires the VB 4.0 Runtimes."; 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 = '...'; } }