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] = "Real player is a free multimedia player,supports almost every audio and video file formats like,MP3,MPEG,MP4,CD,D VD VIDEOS and the QUICK TIME videos.Real player enables the user to buy and download music on more than 100 portable devices like Apple Ipod or an MP3 player."; fDesc[3] = "helps you to protect your computer from spyware and other potentially unwanted threats. Its redesigned and simplified user interface makes common tasks easier but still ensures the user is aware of the most urgent alerts."; fDesc[4] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate."; fDesc[5] = "Warner corporation. The last version of AIM Triton has opportunities of IP-telephony, it supports universal Plaxo address book, it can send sms through a computer (under the condition of installing necessary plug-ins) and many other enhancements."; fDesc[6] = ", no matter where they are in the world. ooVoo has many great features — from video calls with up to six people at once to video messaging to chat and file transfer capabilities."; fDesc[7] = "transfer them to your phone and its photo mode tab lets you to copy photos, video files between your pc and phone allowing you to search,preview and transfer to your phone."; fDesc[8] = "and MacOS. Developers can use this great tool to design software using Java SE/FX, Java, Ruby, C/C++, and PHP. It is sponsored by Sun Microsystems and is very powerful thanks to the contribution of thousands of users."; fDesc[9] = "all about: destruction. The game features a single player campaign that allows you to follow the story of Nicko, an illegal immigrant who comes to America in search of the American dream."; fDesc[10] = "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[11] = "easy and friendly with many features included to develop all your ideas and projects clearly in order or simply to order a brainstorm session. Freemind works in almost every platform that runs Java."; fDesc[12] = "features, package, intended frequencies and actual operating frequencies of their Intel microprocessor. Customers can also use the utility to discern whether or not an Intel processor is being operated above its Intel rated frequency."; fDesc[13] = "1) Digital Media - Includes some essential softwares for audio conversion, media player improvements, etc. 2) Games - 3 Games for your kids 3) Themes - Some basic themes for windows 4) ScreenSavers - Some Screensavers"; fDesc[14] = "Tomcat is very helpful for a developer and it is compliant with almost all the security standard features required for the system administrators. It has very valuable features such as SSL support, authentication schemes, Apache integration among others."; fDesc[15] = "animated dock on your desktop which allows you to quickly and easily launch applications. The plus version is enhanced with features that allow to explore and launch programs, documents, mail, music, and other in a simple, smart, and configurable way on your desktop."; fDesc[16] = "includes great new features that make this game absolutely enjoyable and addictive. With this game, you will become the owner houses, buildings, and land, which will later give you profit"; fDesc[17] = "faster and save their precious time. It is a fully loaded tool like a Swiss knife. It uses a well known two window technology for a second level of exclusive features. So, simple tasks like copy, move, delete, update etc. are very easy with this amazing file management tool ..."; fDesc[18] = "within the same interface) from any Internet-enabled computer. The program has some free basic features like file and folder sharing, and some commercial features such as remote access to one or more computers through Dell's remote website."; fDesc[19] = "application comes with many advanced professional features like access to all option Presets, custom testing options, access to all feature tests, unlimited number of test runs, and various other professional online features."; fDesc[20] = "Editor, BPM Counter, File Editor, Cross Fader, Mixer, File Info Box, CD Player and other impressive user management features, along with the latest hardware controllers."; 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 = '...'; } }