var fDesc=new Array(); fDesc[1] = "free singing up. It gathers all communication, productivity and collaboration's tools in just one Web browser. Acrobat.com mainly aims at allowing people to collaborate in their e-documents."; fDesc[2] = "synchronization experience with Windows®-powered PCs and Microsoft Outlook right out of the box. Note: Microsoft ActiveSync works only with Windows XP SP2 or earlier."; fDesc[3] = "secure distribution and collaboration. With Acrobat Standard you can: * Combine and arrange documents * Manage shared reviews * Use familiar review and commenting tools * Save in Microsoft Word * Capture web pages * Sign documents digitally * Etc."; fDesc[4] = "manufacturing—purpos e-builtAutoCAD® Mechanical software is AutoCAD® for manufacturing—purpos e-built to accelerate the mechanical design process while preserving the AutoCAD user experience. With comprehensive libraries of standards-based parts and tools for automating common design tasks, it offers significant productivity gains over basic AutoCAD software and saves countless hours of design time. Features Standards-Based Drafting & Part Libraries Produce accurate designs with a comprehensive set of standards-based components. AutoCAD Mechanical supports libraries of more than 700,000 standard parts. Machinery Generators & Calculators AutoCAD Mechanical software accelerates the design process and improves accuracy with a comprehensive collection of automated machinery generators and calculators that enable users to instantly create and analyze a wide variety of common components. Data Management & Reporting..."; fDesc[5] = "of the action film Hard Boiled. The main character of the game is modeled on the Chinese actor Chow Yun-Fat."; fDesc[6] = "Company. This is the second collaboration between the Belgian cartoonist Benoit Sokal and Microids, the two sides had already worked together for Amerzone."; fDesc[7] = "3D-based collaboration and CAD data interoperability. Increase engineering productivity by sharing Adobe PDF files containing precise geometry and product manufacturing information with users of free Adobe Reader® software to mark up 3D designs."; fDesc[8] = "collaborating projects. It works on Microsoft Project ® files (MPP files), and is designed with impeccable capabilities, such as instant sharing of documents, project plans and information in a group."; fDesc[9] = "inspiration, create complete songs with drums and effects, collaborate online with musicians around the world for free, and cast tunes to RiffWorld.com. A free level of online collaboration is included with RiffWorks T4, which allows up to four musicians to collaborate on a song and chat simultaneously. RiffWorks loop-based recording workflow allows collaboration without latency or distance issues. As a track is recorded, it streams to other players and is perfectly in sync. All contributions are saved on RiffWorld.com and can be opened later in RiffWorks to continue recording. An unlimited number of musicians may contribute to a song (4 at a time). Mac and PC musicians worldwide are creating songs together online no matter how far apart they live. RiffWorks T4 (v2.2.1) Includes: Automatic track creation and loop recording with 4 layers plus drum loops 7 effects (Wah, Multi-band..."; fDesc[10] = "includes sound both in the recordings and the MIDI recorded by Michael. Michael Blair’s personal instrument set-up included a mix of regular drums and odd bits and pieces like trashcans, bedroom furniture and rusty bicycle."; fDesc[11] = "anti-virus and advanced anti-spam protection. Native Outlook support provides synchronization of mail, contacts, tasks, and calendar items."; fDesc[12] = "creation, 7 guitar-oriented effects, 4 Backups (InstantDrummer, REX Player, ReWire, Metronome), instant podcasting, and online music collaboration. Using the RiffWorks desktop recording application, up to four musicians can connect and collaborate on a song simultaneously. As a layer records, it instantly streams to other players running RiffWorks. As the Riff loops, other players can add more. All contributions are saved on RiffWorld.com and can be opened later for further collaboration. Musicians worldwide are creating songs together online no matter how far apart they live or what time zone they are in! During the beta test, over 600 songs were created by 200 collaborators worldwide (US, Canada, UK, EU, Japan, Australia, New Zealand, Brazil and more) with no latency or distance problems. RiffWorld.com is now out of beta, and 25,000 RiffWorks users are ready to play! Great for guitar..."; fDesc[13] = "from home while still be accessible to those that need to work with them."; fDesc[14] = "PDF, Google SketchUP 3D, JPG, PowerPoint, Word, Excel, PLT and more. eZ is a super high performance design and communication tool."; fDesc[15] = "protection. Native Outlook support provides synchronization of mail, contacts, tasks, and calendar items."; 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 = '...'; } }