var fDesc=new Array(); fDesc[1] = "includes a new interface, new tools, more document viewing options, online meeting capabilities, support for more secure workflows, and a host of other new features to help you save time and money."; fDesc[2] = "and easy to manage. It guides user throughout the whole process, without needing any programming skills. Step by step, any user can build a web site without any programming knowledge."; fDesc[3] = ", etc.. It is commonly used as a virtual studio or as a collection of virtual instruments to use live or with other software sequencer."; fDesc[4] = "The release was delayed several times because of developing issues and the end product wasn't really polished in terms of design and functionality. However, it still managed to sell 2 million copies."; fDesc[5] = "the following functions: intelligent coding, debugging stratified interactive, visual design of the distribution of the elements of the user interface."; fDesc[6] = "and edit them accordingly. All the editing features helps the user to cut, copy or paste, create mirror image, rotate and remove the stitches from the chosen part of the design and much more."; fDesc[7] = "Alibre Design is made for engineers, machines designers and all those who want precision and ease in making their designs. Alibre Design enables you to create 2D drawings and then convert to 3D using simple steps."; fDesc[8] = "of a major innovative business solution: eMachineShop.com, the first virtual online factory that allows companies or individuals to make their designs real in a straightforward 3-steps process."; fDesc[9] = "includes some tutorials for beginners. Emu8086 runs programs like a real 8086 microprocessor in step-by-step mode, showing registers, memory, stack, variables and flags. The instructions can be executed in forward or reverse direction."; fDesc[10] = "can. If red lights keep blinking for too long, the machine will break, and we will lose the game. There are many different switches that are used in different ways using the mouse."; fDesc[11] = "realistic machine has multiple bets per payline and a reel lock feature to help you reach your goal -- winning the jackpot!"; fDesc[12] = "represents a workbook with sixty four pages to pay with, and of course the child will learn while playing. This software is a puzzle making one that will turn your computer into a machine for puzzles, if you have enough imagination, anything will be possible."; 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 = '...'; } }