var fDesc=new Array(); fDesc[1] = "first stand-alone expansion pack launched for the fifth installment of the game. This expansion should not be missed by any fan of this amazing strategy saga."; fDesc[2] = "can be used in conjunction with various OpenTibia program tools. This version (1.1.6) contains many new features. There are a lot of new brushes and better organization of the RAW palettes."; fDesc[3] = "are going to manage your own farm. You will decide everything from what crops you will plant to what equipment you will buy to use in your farm."; fDesc[4] = "play, hard computer AI, and an active community. Fans of Risk will love it!"; fDesc[5] = "conceived as Q3Radiant, but since the code went open source, the editor supports a wide range of games. The editor is powerful and stable, making the level designing process quick and enjoyable."; fDesc[6] = "intelligence. The game develops in many particular scenarios so you need to get the ball to the hole avoiding all kind of obstacles on the way. For example, in one occasion you will be playing minigolf in a cemetery, in other case you’ll be playing in the far west or in the Grand Canyon."; fDesc[7] = "ports for editing. The editor is straightforward yet powerful. It also includes a 3D view on command so you can review how the map will look in-game. This is the best map editor for the Doom engine."; fDesc[8] = "has a lot of power when dealing with VTF and VMT files. With advanced export and import options, the tool is also very flexible. Mod developers should definitely try this program."; fDesc[9] = "at any time. It allows you to obtain search results from multiple search engines such as Altavista, Fast, Google, Inktomi, MSN, Teoma, among many others. What is more, with the PPC Meta Search, you can search in three PPC search engines at a time, with Findwhat, Overture and Kanoodle."; fDesc[10] = "for insertion into your favourite text editor."; fDesc[11] = "straight into tables, full forms support, Javascript/VBScript support, converts TGA/PCX/BMP/GIF/JPG to GIF/JPG. Creates transparent/interlaced GIFs without third-party program. Save JPGs with adjustable quality. Project manager visually displays complete project, with expected download times for each component. Full support for multimedia : Play MID/WAV/AVI or any MCI compliant object directly on the page. Content can be drag-dropped onto the page from explorer/desktop etc. Directly launches your favourite web-browser using DDE. For those inclined towards writingtheir own HTML, it has an integrated HTML editor also. Install/uninstall provided using Installshield. Works like visual development tools like VB/Delphi etc. Can convert text directly to image, removing dependancy for fonts. Imports and auto-formats text, RTF etc. Color picker lets one mix and match colors, or pick from over..."; fDesc[12] = "and tiles, MDI interface, multiple layers support and plugin support for your favorite (own) format."; fDesc[13] = "mapping images fast and easy."; fDesc[14] = "tools of the trade to create your very own Dune 2000 maps."; fDesc[15] = "developer."; 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 = '...'; } }