var fDesc=new Array(); fDesc[1] = "occurred. -The source or destination file may be in use. -The file is presently being used by another program or user."; fDesc[2] = "cost. VirtualDJ HomeEdition includes all the features of the professional VirtualDJ software except for direct 2nd Video Output (Window Mode only) and those which involve additional hardware (mixer, turntable, midi, ...). So if you intend to mix using your mouse to move the crossfader, then VDJ HomeEdition might be what you're looking for."; fDesc[3] = "and buttons in just a few minutes. It uses a large number of dialogs to customize your work. Interface is highly customizable. It has excellent features like photo enhancement, fix perspective distortion and digital retouching techniques. GIMP is not a design suite but is free."; fDesc[4] = "system configuration, security, cleanup and maintenance now optimizes Windows Vista as well"; fDesc[5] = "secure and customize your mail. The program features many new enhancements to help you better manage your inbox, and keep your vital information organized."; fDesc[6] = ", multilingual, and completely customizable. This utility gives us the opportunity to delete all the useless and obsolete data that we may be keeping in our system."; fDesc[7] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield."; fDesc[8] = "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[9] = "in-built disk defragment tools which actually work but Smart Defrag works even more faster and uses advanced technology to speed up your disk drive and processing."; fDesc[10] = "with Spybot - Search & Destroy. This tool specializes in the removal of these kinds of threats while the Antivirus companies are barely just offering this."; fDesc[11] = "supports several languages. Running in the MS Windows environment, its use is governed by GPL License. Based on a powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment."; fDesc[12] = "file converter and a picture file converter. I am used to seeing at best, converters that work with video and audio, but the addition of picture files makes this one a great application to have."; fDesc[13] = "mail servers. Is the ultimate antiviruses and antispyware used for home and enterprises. Gives the user the protection needed to keep their valued data safe."; fDesc[14] = "of your system, detecting all kind of unwanted files and threats, including spyware, adware, and, viruses. Its protecting Resident Shield will work in the background, keeping an eye on everything that attempts to install itself without your consent."; fDesc[15] = "non-commercial use only."; fDesc[16] = "in Europe Be a Legend mode, which manage a single player to take him from small teams and benches to the maximum level. The graphics and atmosphere of the stadium was updated and enhanced to complement the experience of PES."; fDesc[17] = "hardware information database for over 68000 devices! Yet, the program is very small, about 12MB. It includes \"Monitor Diagnostics Test\", which is a complete tool for tweaking your CRT and LCD monitor."; fDesc[18] = "use. Whenever a more recent version of any programme becomes available, Software Informer notifies you and offers a link for downloading the update. It also allows you to keep track of comments and questions on corresponding software."; fDesc[19] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface."; fDesc[20] = ", e-mail and web sites. 2- System Security by monitoring all activity in our PC, 3- Online Security against internet fraud and network attacks."; 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 = '...'; } }