var fDesc=new Array(); fDesc[1] = "possible to handle all the boards in a single canvas and work individually or jointly. This way you can create several designs of various sizes neatly within a single file."; fDesc[2] = "frames to your photos. It contains a wide range of different picturesque templates, frames, boards of various styles."; fDesc[3] = "developers, enabling them to capture the developmental progress of products from the design stage, then step-by-step, all the way to final manufacturing and Technical Publishing ready for Purchasing."; fDesc[4] = "family can enjoy. Hand-crafted by an old pro, Super DX-Ball is the quintessential brick-breaking game that you've been searching for."; fDesc[5] = "design your own boards and play them! With an intuitive and easy to use interface, and unlimited undo and redos."; fDesc[6] = "many more free and for-sale expansion packs on the way... available only to owners of the 'Deluxe' version. There's something new for everyone!"; fDesc[7] = "set is a collection of both geometric designs and lighthearted boards that are created for players looking for an amazing new challenge."; fDesc[8] = ", if you only want to play classic Mah Jong, instead of playing the adventure mode.The goal of the game is to clear the board of tiles by matching them off in pairs."; fDesc[9] = "with each other. Each board is totally unique, almost like its own little game. Try not to fall as the boards twist and slide!"; fDesc[10] = "Treasure Pack is a fun collection of 'free' boards for owners of Super DX-Ball Deluxe. And even if you can't find it, there's plenty of vivid and exciting levels to enjoy. Have fun!"; fDesc[11] = "way to learn how to play it. The game includes a great variety of 3D chess boards and nice pieces, great tutorials and the ability to play online against other people"; fDesc[12] = ", PSR, CVP series etc. It supports PLG boards, Audio parts and up to 32 XG parts. MIDI player, Remote Control Interface, XG-Mapper and much more..."; fDesc[13] = ", 288 to 432 tile Mahjongg Towers will keep the best mahjongg masters busy for months. Includes a board editor to create custom board"; fDesc[14] = "alongside your current Web Server - or on its own. Control Panel-driven Web interface lets you create Public and Private Boards."; fDesc[15] = "message boards. It contains many useful tools (organizing and searching specific data in large boards .etc.)."; 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 = '...'; } }