var fDesc=new Array(); fDesc[1] = "DVD-authoring at your home computer. This is a professional program and can work as a part of Sony Vegas and as a standalone application. It has easy and comprehensible interface, and no doubt, that it is highly competitive with Sonic Scenarist program."; fDesc[2] = "designed specifically to introduce clients to the simple creation of floor plans, 3D models, and interior design concepts."; fDesc[3] = "requires that you have Microsoft Visual C++ 2005 Redistributable and Microsoft .NET Framework 3.0 in order to be installed. Shouldn´t you have them, the installer will download and install them from Internet."; fDesc[5] = "several technical maps and drawings from raster to vector formats. Using this program, you will be able to scan a paper drawing and then represented in a vector format that can be imported to a drawing program."; fDesc[7] = "Features include: launching files; installing software; splash screen; powerful wizards and more."; fDesc[8] = "developer defines database structure, drawing it directly in the program's window and generates the DB directly from the program"; fDesc[9] = "are not. The green squares mark the shape of the desired building. We must use our powers to place the falling blocks in the desired position. At first we can't rotate the blocks, as our powers are still too weak, but as we get more powerful, new abilities will appear."; fDesc[10] = "and reporting applications with rich features, security and validation controls in less than 15 minutes."; fDesc[11] = "dreams without a single line of code. You don't even need to know how to make a web page to create the most amazing ones within minutes."; fDesc[12] = "compilations-complete with dazzling menus, special features, and custom soundtracks. With DVD Architect™ Studio software you can swiftly create professional-looking DVDs, even stunning widescreen productions, on your home computer. Simply drag and drop to start building your next blockbuster."; fDesc[13] = "program. It’s easier to learn and use than most other architectural software applications. Yet it’s capable of creating your most complex designs—from pre-design through construction."; fDesc[14] = "create audio CD disks that supported Red Book specification. During the compilation process you can mix tracks, create DJ-mixes, apply up to 20 DirectX effects in a real-time mode, audio phase invert, ASR, produce mastering."; fDesc[15] = "characters. The game shows kids a positive role model and gives them fun learning. Ages 3-9"; 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 = '...'; } }