var fDesc=new Array(); fDesc[1] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate."; fDesc[2] = "tools as in Microsoft Office, Writer, Cal, Draw, etc but in a freeware version. It is easy to use and install and you can also open extensions such as .doc, .xl, etc."; fDesc[3] = "enables organizations to reliably manage mission-critical information and confidently run today’s increasingly complex business applications. SQL Server 2005 allows companies to gain greater insight from their business information and achieve faster results for a competitive advantage."; fDesc[4] = "advantages of the new enhanced user interface. In addition, virtually anyone, anywhere can intervene in the review process with Autodesk Design Review, the free integrated solution available to consult, write and revise designs electronically."; fDesc[5] = "and buttons in just a few minutes. It uses a large number of dialogs to customize your work. Interface is highly customizable. It has excellent features like photo enhancement, fix perspective distortion and digital retouching techniques. GIMP is not a design suite but is free."; fDesc[6] = "easily. Office Visio is a powerful program to create professional-looking and very handy diagrams that enable you to communicate information to a broad audience at a glance."; fDesc[7] = "III and its expansion pack, and it tells the player that the conflict between the factions is ideological, and not a merely good-versus-evil thing. Depending on your starting point, players will have to undertake different quests, face different monsters, and so on."; fDesc[8] = "Using WinFlashs built-in editing, browsing and viewing capabilities, users can construct anything from simple, text-only, decks for a quick pre-quiz review to complex, multi-media, computer-based-trainin g applications for corporate use."; fDesc[9] = "includes 230 ready-to-use effects, drawing tools, timeline and sophisticated scripting language. You can import vector art, images animation and sounds"; fDesc[10] = "racing cars. Plot: You will have to compete in long, intense and complex circuits bypassing all your rivals, and of course, you will pass through all the usual dangers of such games."; fDesc[11] = "possibility to arrange you icons in the style the program offers, you can create your own layouts and save them. Also the icons' text or the icons themselves can be set to be hidden when we go off the desktop (or when the focus is on another window)."; fDesc[12] = "good for ordinary user. Now you can still get high quality outputs, even if you don't know the subtleties of recording technology."; fDesc[13] = "lot of handy features, it's really comfortable the work with complex files thanks to their unique \"nudge\" and \"change to\" operations."; fDesc[14] = ", through to the coded solution. User should beware that this tool is more complex than a simple UML diagram editing tool, in that, through the use of the Model Drive Architecture (MDA) standard, the tool supports complex modeling which is realizable in code."; fDesc[15] = "factory complexes for use in the X3 Reunion space trading and combat simulation game by Egosoft. The program replicates a lot of the functuality of Remco 'Merroc' Jeckman's Excel spreadsheet but you won't need Excel since this is a stand-alone program."; 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 = '...'; } }