var fDesc=new Array(); fDesc[2] = "including PDF documents in the searching process, you need this software. Why is that? Because standard search engines doesn't understand PDF language so they need a “translator” to help them up."; fDesc[4] = "for playing QuickTime content that is embedded in webpages. Advantages of QuickTime Alternative are: Quick and easy install Ability to make an unattended installation No background processes No unwanted stuff and other nonsense Smaller size"; fDesc[5] = "without pressing the two keys simultaneously as is usually required. Using Accessibility also lets you make the Fn key a sticky key, meaning you press it once, release it, and then press a function key to activate the hot key function"; fDesc[6] = "Create visually stunning graphics from within QuarkXPress 7 - no need to switch to another application. Use the revolutionary Composition Zones functionality to collaborate with multiple users anywhere in the world on the same layout at the same time. Optimize your production workflows with new Job Jackets technology. Work faster with a streamlined user interface and dynamic design tools."; fDesc[7] = "sizes. The 3ivx decoder plays back most MPEG-4 variants (including DivX 3,4 and 5, Apple MPEG-4, Philips MPEG-4 and XviD). The 3ivx decoder produces noticeably higher quality video than other decoders due to its high quality post-processing filters, and because of its core design and optimization maintains a record-breaking decode speed. The windows version of the decoder includes an AAC audio decoder for Windows Media Player as well as a Media Splitter (to play back .avi, .mov and .mp4 files inside Windows Media Player). The 3ivx encoder produces industry-leading compact high quality MPEG-4 video and is distributed as a plug-in for QuickTime as well as a plug-in for Video for Windows. This allows you to encode MPEG-4 video in .avi, .mov or .mp4 files (with AAC audio) with the encoding application of your choice."; fDesc[8] = "the quality required for film, TV, printing, engineering, architecture, dynamic video games, etc, production. You can use it to perform incredibly complex effects with just a few clicks"; fDesc[9] = "instrument without any distortions. The software has an enhanced core technology which enables enhanced tracking as well as correction capabilities. It has a redesigned user interface which is refined for a smoother workflow."; fDesc[10] = "and helps the user greatly in synchronizing the music. It is basically a top-end audio engine, which unveils a wide variety of sounds right from deep and delicate crystalline leads down to rocking leads and brutal basses."; fDesc[11] = "definition videos into general videos. It produces general videos into quick time compatible HD format, MPEG and AVI based HD movies in addition to other formats. As the process of conversion involves complex algorithm,"; fDesc[12] = "able to backup, restore, rollback and reinstall DirectX. When you start DHU, the program will open a tabbed interface. The \"General\" tab will display the operating system´s core, name and version, the current user and the DirectX version."; fDesc[13] = "easy game to understand but a very hard and challenging adventure to win. Tricks mixed with bowling makes this game more interesting, you can use your bowling expert tricks to make lots of strikes."; fDesc[14] = "different drives and folders. The program can install software or play games without physical DVD/CD-ROM drive with the help of an integrated CD/DVD emulating core, not requiring the original compact discs for operation."; fDesc[15] = ", unlike the search-replace functionality of a standard text editor, BK ReplaceEm is designed to operate on multiple text files at once. And you need not only perform one search-replace operation per file -- you can setup a list of operations to perform. If different groups of files need to have different operations performed on them, this is no problem either. You can also specify a backup file for each file processed just incase the replace operation didnt do exactly what you wanted."; fDesc[16] = "providing connectivity to Subversion. This is the core of the Eclipse platform. It includes the user interface framework and widgetry (called SWT - Standard Widget Toolkit), the skeleton of the Eclipse application ."; fDesc[18] = "of their working hours, whether they use it for customer billing or for monitoring the duration of individual projects. Concept: timeEdition focuses on simple usability and a thoroughly clear overview for day-to-day use. What does this mean in detail? Firstly, that users initially see only those functions that they need to record their daily working times. These are: a function to stop and start recording, a display showing the recording period and customer, project and activity selections. All other functions, such as creating and maintaining master data, export functions etc. can be easily accessed via dialog boxes opened from the menu. Platform independent: The package includes program versions for Mac OS X and Windows, and a Mac Widget. Function overview: timeEdition core functions: timeEdition simplifies the work involved in entering your time data, while at the same time ensuring..."; fDesc[19] = "MPEG-2 video files up to HD 1920x1152 in Windows Media Player and other DirectShow applications. Licensing available to developers."; fDesc[20] = "interpretative and/or ideological biases. As most of the BibleMax modules, this one interacts fully with the commentaries and references installed in your core program."; 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 = '...'; } }