var fDesc=new Array(); fDesc[1] = "interface and a ton of features tightly integrated into its context menu, it flies miles over the other multimedia players."; fDesc[2] = "CorelDraw, the main application for vector design and layout; Corel Photo-Paint for image editing;Corel Capture, a screen-capture utility; ConceptShare, a collaboration service; and the Bitstream Font Navigator."; fDesc[3] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!"; fDesc[4] = "possible to handle all the boards in a single canvas and work individually or jointly. This way you can create several designs of various sizes neatly within a single file."; fDesc[5] = "converts the PC into a great stereo system by adjusting several settings to arrange the environment and simulate an audio studio. It enhances the sound quality of MP3, Windows Media, Internet, radio and many other music files."; fDesc[6] = "working state if it has been affeted by malware or if your 14 year old sister wanted to download the lastest Avril Lavigne screensaver from a unknown website. It can also protect public computers from corruption blocking changes to crucial system files."; fDesc[7] = "Dragon NaturallySpeaking is the promising software which assures continuous recognition of natural speech that is converted to text."; fDesc[8] = "easy to learn and use. It it not much complicated. This is a mid-range to high-end video editing tool. A PC configured with 1GB RAM is sufficient for running one tool at a time but if you plan to run multiple tools concurrently then I suggest you upgrade your setup to 2GB."; fDesc[9] = "You are the son of a very-skilled and gifted assassin who has died in the line of \"duty.\" However, you don't know anything the truth about him and you only do when the organization approaches you."; fDesc[10] = "installations with uninstall control and feedback, access to registry keys, INI files, etc."; fDesc[11] = "formats. With the set of enhancement tools, you can choose, view, edit, save, export and convert RAW images to PNG files."; fDesc[12] = "collages. With this cool application you will be able to: - Create collages that can be used as desktop wallpaper. - Create collages that you can send them to your friends and family by email. - Build tuning pictures for using them on your website or online album."; fDesc[13] = "between one another, such as MP3 to WAV, WAV to MP3, MP3 to WMA, MP3 to AAC, AC3, M4A ect."; fDesc[14] = "creating them seems complicated, with Abrosoft FantaMorph we can do it quite easily. This great program will let you create amazing morphing videos from still images and/or from other videos, all within a friendly interface."; fDesc[15] = "Data Lightbox SR and Remote Camera Control. The most interesting application is Image Data Convertor SR that enables the processing of raw files."; fDesc[16] = "controlling even the smallest detail. This game is for true fans and it is very rewarding, but some gamers may find all its options overwhelming."; fDesc[17] = "advanced statistical tests. It includes expanded parametric hypothesis testing tools, expanded nonparametric hypothesis testing tools, survival analysis tools, ROC curves and expanded descriptive statistics tools."; fDesc[18] = "recreation. It is available for Windows and the Mac OS. The program has no learning curve, you could be rendering your first landscape image in as little as 15 minutes after installation."; fDesc[19] = "the credit of being punctual. Make your lifestyle convenient with this useful tool that will make you punctual. This amazing application will synchronize you desktop with all the important notes you have fed online so that you are reminded of important events wherever you are."; fDesc[20] = "create shapes, insert pictures, and use templates for albums, business cards, CD labels, flyers, greeting cards, invitations, etc."; 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 = '...'; } }