var fDesc=new Array(); fDesc[1] = "of publications and marketing materials. Unlike many other Office's applications, Publisher 2007 does not have the new Ribbon fluent user interface and it still looks pretty much the same as the previous version."; fDesc[2] = "online - free, fast, powerful and reliable. Have fun using it! RatDVD is the result of my downloading experiences. Downloading movies, even DVD rips never really worked out to what I expected. When I download movies, I want the full DVD feature set and I want to be able to watch it on any DVD player - without loosing any features of the original DVD. That is what ratDVD can do for you."; fDesc[3] = ", integrated DVD layout and burning, Show Me How interactive tutorials. In addition, Platinum Edition provides added features, advanced editing tools, and other bonus materials to speed you through even the most complex of movie projects — from fullscreen DV to widescreen HDV."; fDesc[4] = ", leaflets, certificates, holidays and invitation postcards, and more. This software has a very easy and interactive interface. Now you don’t need to spend much time on this work, it will take just several minutes to prepare all the material you need."; fDesc[5] = "tools and the Rhinoceros provides just the needed tools to model and document personal designs ready for rendering animation, analysis, engineering, drafting, and manufacturing or construction purposes."; fDesc[6] = "of course more action. In this case, like in the old times, you will have to build castles and defend them of your enemies. Like in Stronghold Crusader you will have to be prepared to use raw materials that get the soldiers and citizens in a fruitful manner."; fDesc[7] = "previous editions there is no much new to tell because the game is pretty much the same, only changes its location. For those who haven’t played the previous editions of this game, let’s say that this is a strategy game related to construction and real estate business."; fDesc[8] = "confectionary plant as inheritance. To avoid it to be pulled down, you will have to reactivate it. To do so, you must collect the details and stock materials necessary to renovate the plant."; fDesc[9] = "models from a huge list. yYu can draw your own model skeletons, assigning/creating new materials (like textures), and visualize them in four separate view panels, each one with his own display configuration and settings."; fDesc[10] = "of the diary with plain text? DiaryOne is a creative multimedia diary keeper software for storing your private information securely."; fDesc[11] = "library of brushes to use, or you can build your own brushes. The ability to record your process or download and watch other people's drawing progress is unique, fun and educational. OpenCanvas is easy to use, fully featured and great value for the money!"; fDesc[12] = "Hollywood blockbusters since 1991, when it was originally introduced. It will assist you not only to create a stellar end product, but on time and on budget."; fDesc[13] = "interactive nesting, utilization of rests, printing nesting plans and specifications, estimation of cost of works carried out."; fDesc[14] = "system: General Ledger, Accounts Payable, Accounts Receivable, Inventory, Purchase Orders, Sales Orders and Quotes, Manufacturing, and Sales Analysis. Sales orders may be optionally entered as quotes and printed for customer approval. When approved, the status is changed to On Order. Picking slips may be printed for the shipping department. Bills of lading may be printed to go with the shipments. Multiple shipments are allowed per order. Manufacturing orders default to the product standard component items and resources (labour and equipment), which you can then change for substitutions or running on a different machine if one is overbooked, or for manufacturing a custom product. Bills of Materials may be printed for the plant personnel showing the materials and resources to be used. Receipts default using data from the order, so only exceptions require entry, such as unplanned..."; fDesc[15] = "Tool which calculates and displays exactly how to obtain the best yield from stock lengths of profile. Obtain The Maximum From A Minimum"; 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 = '...'; } }