var fDesc=new Array(); fDesc[1] = "4000 years ago. Match magic gold tiles as you travel through 11 dynasties and 175 levels. Unlock centuries of wisdom to collect the Lost Dynasty Treasures!"; fDesc[2] = "lot of interesting tools. It is not compatible with windows vista and there will be no updates to solve this."; fDesc[3] = ", at a basic level, images or photos with different layouts. We can add more features to this utility by combining it with other Epson programs. It runs under Windows XP, Me, 98, 95&2000, Mac OS 8.1 to 9.X and Mac OS X 10.2 or later."; fDesc[4] = "images together with different layouts, templates, photo frames, mask effects, cliparts and word arts. Created collages can be saved, printed, sent via E-mail or saved as wallpapers."; fDesc[5] = "tiles for bonus points in the Tournament mode to beat the other player and increase your rating higher and higher."; fDesc[6] = "300 layouts, all distinctly original, ranging from super easy to extremely challenging. Mah Jong Medley has 4 game modes to choose from."; fDesc[7] = "detected in the professional version of TopStyle. The Lite version is purely a simple CSS editor, whereas TopStyle Pro is a matured XHTML, HTML and CSS editor. Even so, if all you need is a real basic CSS editor, TopStyle Lite will satisfy you fine."; fDesc[8] = "profesional-looking documents from geetings cards, booklets to posters, banners and much more… With its table tool you can design stylish, high-impact tables and position them precisely in your documents. It´s very simple to present data and information."; fDesc[9] = "the #1 series*! Select your favorite classic Mahjongg game, or learn a new variation. Challenge Yourself With Creative Tile Layouts. Test your skill and try your patience with fun 3D Mahjongg layouts, or create your own with the Layout Editor!"; fDesc[10] = "Your goal is to recover stolen Egyptian treasures by matching two identical tiles, making them disappear from the board."; fDesc[11] = "will be able to create a book with any picture or image you want, adding text anywhere on the screen, edit it whenever you want and print it in a professional mode."; fDesc[12] = "Microsoft doesn't support. Using Microsoft Keyboard Layout Creator, you can create your own custom keyboard layouts that can be accessed by simple keystrokes."; fDesc[13] = "Adventures in Wonderland, Alice's Magical Mahjong is an imaginative journey through a charming world. Help the quirky characters of Wonderland by matching tiles in more than 175 layouts."; fDesc[14] = "tall. Also download up to 100 new layouts every day. Use the board editor to create custom tile layouts that can be shared with players a"; fDesc[15] = "unified environment that lets you work more productively than ever before. Create web and interactive content and design websites. Enjoy new creative effects and controls, as well as productivity enhancements such as Multi-file Place and table and cell styles."; 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 = '...'; } }