var fDesc=new Array(); fDesc[1] = "optimizes system registry and other system files so that Windows can run fast and smoothly. The program creates a system restore point, in case something goes wrong during the clean-up."; fDesc[2] = "see on the web page. HP Smart Web Printing allows users to: Select text and graphics easily from any web site and save a handy list of clips, save paper by combining portions of numerous web pages and preview and modify clips before printing"; fDesc[3] = "Orbit Downloader is a complete solution for your media and data downloading from the web. Orbit Downloader supports HTTP/FTP/HTTPS/RTSP/MM S/RTMP protocols and provides a total solution for downloading media from all the rich media sites like Youtube or Google videos."; fDesc[4] = "the same product that your seeking online. SmartShoppers send non-personal information to its servers while you are shopping online and opens a separate browser pane in your browser window to show you offers for that product you are searching for."; fDesc[5] = "seventh delivery of the Grand Theft Auto saga. The game contains new and numerous improvements over previous releases, but with the same spirit that characterizes this saga of controversial video games."; fDesc[6] = "numerous registry errors, and thus can be dangerous for recognizing just unusual system information as error and deleting it (causing real system errors). Allows to make backups of registry states before cleaning."; fDesc[7] = "aspects of the same project while easily combining discrete elements into complex shots, animations, or game levels. The software also boasts a redesigned renderer that retains the speed of its predecessor while delivering superior results and simplifying the process of creating stunningly realistic images, scenes, and special effects. Other key enhancements include nestable external references, application-wide scripting and macro recording, a customizable work environment, powerful organic modeling capabilities, and a host of other new features that accelerate the creation of digital content."; fDesc[8] = "and AVC (H.264) formats, but supporting numerous other video and audio formats as well."; fDesc[9] = "environment to render their ideas with ease and precision. With a modern interface, still friendly and intuitive, Encore offers a comprehensive set of tools for composing, arranging, editing, and printing music."; fDesc[10] = "for non-experts, it has numerous utilities to edit images in a personalized way. However, the amount of tools offered may be confusing to users who have had no previous contact with basic image editors."; fDesc[11] = "Yahoo ID you can immediately start chatting in numerous chat rooms, contacting people from all over the world. If you don’t have a Yahoo ID you can get one right from the very same application, within a few minutes and following simple steps."; fDesc[12] = "easily deploy client agent service to remote machines. It provides you with a wide range of features like support for multiple monitor environments, shared sessions, interactive smart card login, remote smart card authentication and many more."; fDesc[13] = "Optimize Windows * Monitor System Activity It's easy to use! Even if one single application offers numerous features it is easy to use."; fDesc[14] = "will be able to view, process and enhance your photos very easily and fast. You can import photos from your digital camera or local folder, apply the effects you want, and then print them out, e-mail them, create a photo book, a slideshow, a screensaver, etc."; fDesc[15] = "number of tracks from different instruments and then laying them down as a song with proper looping and adjustable tempos is simple enough with this software. A variety of effects which can be edited to the user’s taste facilitates a proper enriched sound."; 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 = '...'; } }