var fDesc=new Array(); fDesc[1] = "viewer supports most SVG elements, as well as CSS properties and DOM elements. Additionally, the ActiveX control has been signed so you don't have problems with the ActiveX security warning introduced with Windows XP Security Pack 2."; 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] = "applications which allow you to create visually rich, engaging content for any media whether it is related to print, web, interactive, video, audio, and mobile."; fDesc[5] = "to virtually any media type. Design from scratch or jump-start projects from hundreds of customizable presets and templates — all from within a streamlined interface."; fDesc[6] = ", memory card, or digital camera to find lost files. Recover your accidentally deleted files, your formatted hard disk drive ..."; fDesc[7] = "GIF animations. It supports all of the popular formats. It has a nice preview option that will allow you to preview your animation or picture as you would see it exactly on your Web site."; fDesc[8] = ", Adobe Illustrator and Adobe InDesign, for optimizing the type of industrial-strength font management that is used by the users of Windows operating system."; fDesc[9] = "plugins. Simply install the plugin, point your image application to the file and you are flying in 3D. Using the interface of BladePro, Prim..."; fDesc[10] = "You can use it to illustrate all kinds of graphic material. It uses an entirely new designed system, simpler and easier to learn, and it is perfect for designing all kinds of compositions whether or not technical in nature."; fDesc[11] = "allows you to browse, zoom, copy and move any thumbnail or image file. ST Thumbnails Explorer supports every thumbnail file like Adobe Illustrator v.7-11, CorelDRAW v.4-12, Macromedia FreeHand v.7-11, CorelXARA / Xara X etc. Folder tree and drag/drop feature enables the user to explore faster."; fDesc[12] = "Especially useful for designs on materials: textile, fabric, vinyl, jacquard, mats and for WEB."; fDesc[13] = "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[14] = "of bonus symbols and graphic styles. Use with images / paths / symbols and more. Create dynamic hi-impact Illustrations. A demo is available via the graphicxtras.com product page. Part of the Andrew's (vector) plugin series. Adobe and Illustrator are registered trademarks of Adobe"; fDesc[15] = "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."; 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 = '...'; } }