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] = "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[4] = "delivery formats to suit the new media, such as interactive PDF format or Adobe Flash. Indesign allows publishers to create and submit compositions for printing."; fDesc[5] = ", 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[6] = "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[7] = "InCopy® CS3 software is a professional writing and editing program that tightly integrates with Adobe InDesign® software to enable collaborative editorial workflows. InCopy helps writers and editors achieve new levels of efficiency."; fDesc[8] = "mathematical expressions and symbols with WYSIWYG interface and various powerful features. Included MathMagic plug-in lets InDesign write or edit equations fast, right inside the InDesign documents."; fDesc[9] = "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[10] = "acts as a single tool to translate all the leading file formats including FrameMaker, XML, HTML, MS Word, Powerpoint, Adobe Indesign. It also accepts all major source files."; fDesc[12] = "from anywhere, send to editor via mail, ftp, exports to prepress NewsML , NITF, InDesign"; fDesc[13] = "software combines the best professional creative tools from Adobe with exceptional integration and productivity, so you can meet new creative challenges and take your business in new directions."; 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] = "they are hidden off the screen, so you can use all the screen for designing. And if you need any of them, they appear automatically."; 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 = '...'; } }