var fDesc=new Array(); fDesc[1] = ", new panels for Masks and Adjustments, on-the image that we can apply some adjustments to the style of Photoshop Lightroom, a 3D engine, and then only for begin."; fDesc[2] = "Products. Adobe ExtendScript Toolkit 2.0 comes with CS3 Suites or with separate applications like Adobe Bridge CS3, Photoshop CS3, Illustrator CS3, InDesign CS3, and After Effects CS3. It is not included with Adobe Premiere CS3. This program is quite nice and has limited tools."; fDesc[3] = "possible to handle all the boards in a single canvas and work individually or jointly. This way you can create several designs of various sizes neatly within a single file."; fDesc[4] = ", and sound in 2D or 3D space and then animating virtually any aspect of each element. You can also create text and vector graphics in After Effects using familiar Adobe tools, and then animate these elements to create visually innovative new motion graphics."; fDesc[5] = "web and mobile devices. It can import and edit content from a wide variety of devices, and then edit them, directly, or copy files to the hard drive to take full advantage of the PC´s speed, work on them and then save the results in a convenient format."; fDesc[6] = "vector and raster images, so you can quickly mock up designs, or leverage assets created in other Adobe's applications. This version features a number of new Auto Shapes that you can drag onto your layout which randomly generate a new shape each time you click on it."; fDesc[7] = "to make fast edits and intuitive, task-based tools to clean up recordings, polish voice-overs, customize music, modify sound effects, apply high-quality filters, and much more."; fDesc[8] = "projects. Create highly realistic background composites with drag-and-drop simplicity, even from marginal video sources; customize virtual sets with convincing effects like virtual shadows and reflections; and output in broadcast quality to a wide range of advanced file formats."; fDesc[9] = "helps you create striking DVD and Blu-ray Disc titles and interactive web-based tours for film, business, training, events, and more."; fDesc[10] = "monitoring software to help you produce superior-quality results from your video camera. Designed to run on a laptop or workstation, Adobe OnLocation CS3 gives you an impressive array of production tools to help you shoot better and faster while saving you time and money."; fDesc[11] = "integrity — with no technical expertise required. Thanks to a true WYSIWYG authoring environment, content authors and contributors can edit or update any website or blog without having to learn HTML."; fDesc[12] = "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."; fDesc[13] = "and productivity of creative professionals and mobile developers who want to produce innovative and compelling content for a broad range of mobile phones and consumer electronics devices."; fDesc[14] = "tools for page layout, image editing, illustration, and Adobe PDF workflows. This program combines: InDesign CS3, Photoshop CS3, Illustrator CS3, Acrobat 8 Professional, Adobe Bridge CS3, Version Cue CS3, Adobe Device Central CS3, Acrobat Connect."; fDesc[15] = "3.1.0 update. This update includes important fixes that improve thumbnail generation and XMP handling. It is mandatory to install this update in conjunction with the Adobe Bridge CS3 2.1 update, the Adobe Version Cue CS3 client 3.1.0 update, and the Adobe Version Cue CS3 Server 3.1.0 update."; 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 = '...'; } }