var fDesc=new Array(); fDesc[1] = ", for Mac OS and for Windows. The application allows us to download updates for the following programs: Quicktime Player, iTunes, Safari for Windows, or Quicktime Player + iTunes together."; fDesc[2] = "technologies like HTML, Ajax or Flash. Developers can take advantage of their knowledge in website creation to develop multimedia applications. In other words, from a web application they can create a general application with the contents and utilities of a web application."; fDesc[3] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely."; fDesc[4] = "unnecessary elements (foreign language audio or subtitles, extras, additional footage) from the target DVD or just by compressing the existing contents. After setting the desired parameters, you can record your new DVD, or backup it to hard disk."; fDesc[5] = "folders to existing images, and also compress, add encryption, mount images etc. Among the features of the new version we get: compatibility with Windows Vista, support for multiple languages and command-line parameters support."; fDesc[6] = "effects, equalize, analize, import and export audio tracks in formats wav, aiff, mp3, ogg vorbis, flac, mp2. Its Available for Windows 98/NT/XP/Vista, Linux/Unix, Mac OSX."; fDesc[7] = "millions of people in existing audio and video chat rooms, or create a video-conference of your own to bring together other PalTalk users with similar interests. You'll enjoy 6 full video windows of your friends while communicating in chat rooms."; fDesc[8] = "to use and even non-expert users can use it without any trouble. ASIO4ALL is compatible with most of the Windows operating systems."; fDesc[9] = "designed for that platform. It runs on Mac OS X, Windows, Linux, and some other platforms, maintaining a virtual instance of an operating system within the host OS."; fDesc[10] = "popular file formats can be converted to DVD and played on any DVD player. This utility provides settings needed for DVD creation such as choice of NTSC or PAL standards, resolution of the video, aspect ratio of the video."; fDesc[11] = "incredible program enables you to perform various tasks, from basic to complex tasks such as editing existing images, creating new works based on existing images, creating new works from scratch and more."; fDesc[12] = "download speed and browsers (Internet Explorer and Mozilla Firefox). This excellent program will improve your online speed when surfing the net with your browser while keeping the original website quality."; fDesc[13] = "music files, preferably in MP3 format. With this software, one person can effectively use the turntables of the songs selected from his or her collection and start mixing them, similar to what professional DJs do, and instantly he/she becomes a good DJ."; fDesc[14] = "want. Of course, the design process is 100% visual with excellent drag&drop features. If you are an Eclipse user, you can get the corresponding plugin to get the most powerful combination of IDEs."; fDesc[15] = "perfect recreation of the layout of the original document, this tool offers a wide range of customization settings and extra functionality, like adding metadata, applying security measures, executing a file before and/or after conversion, or merging several PDF documents."; 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 = '...'; } }