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] = "download this program and start enjoying it! Get the latest TVUPlayer, the best way to watch TV on the Internet. The developers added many cool new features such as language filter to make your viewing experience even better"; fDesc[3] = "your windows registry. After this your computer will have more speed and a better performance, just as a brand new equip."; fDesc[4] = "files are from a malware infection or just any particular file that won't delete, it can eliminate it. The software uses state-of-the-art programming techniques to unload modules, close remote handles, and terminate processes to take away the particular locked file."; fDesc[5] = "that one of the Conflict games is ever released on next-gen consoles and the PC at the same time, or so. The game features 2 CIA operatives who have different styles and approaches."; fDesc[6] = "accomplished this helpful and important task. Select a folder to protect, set a password and enjoy your safety! No one will be able to have access to the hidden files, only you, since everytime you want to open the folder, you will be asked to write a password."; fDesc[7] = "programs like Internet Explorer, Firefox, Messenger and Outlook are also blocked. It can deny access, restrict access or protect with passwords any kind of internet program from accessing the Internet. Other protection modes are also included."; fDesc[9] = "from your computer. It is stronger what Windows XP security. Track of used programs."; fDesc[10] = "It can't be bypassed on Windows 95/98/ME. All unwanted people are kept out to your PC. Very flexible use."; fDesc[11] = "to the Internet, based on the volume of data downloaded (or uploaded) from the Internet."; fDesc[13] = "connections and traffic to your computer. It is designed to protect your PC against attacks from the internet via a local area network."; fDesc[14] = "repair registry problems with a few simple mouse clicks. By fixing the obsolete information and adjusting the parameters in the Windows Registry, it significantly speeds up your system. WinAso Registry is well designed to fix common problems such as denied access to the missing drives/disks, illegally modified Internet Explorer etc.Substantial testing has been done on this software to ensure the safety of your system. We have not received any complaint about the unstability of system caused by using our software.Our 2.0 version offers more optional items for scanning, reinforces the capability of optimizing the system and fixing the Internet Explorer, and adds more Windows utilites tools that are commonly used."; fDesc[15] = "MSSQL to Microsoft Access. You can convert databases simply by configuring several options through Wizard interface or in command line mode. Ability to organize application work using command line parameters is supplemented with a scheduler so you can run the program without user input after scheduling. If a direct access to your MSSQL server is denied (insufficient privileges) you can save your data into a MSSQL Dump file to overcome such restrictions. The primary function of the MSSQL privilege system is to authenticate a user connecting from a given host, and to associate that user with privileges to select, insert, update, and delete a database. The SELECT, INSERT, UPDATE, and DELETE privileges allow you to perform operations on rows in existing tables in a database. The privilege system ensures that all users may perform only the operations allowed to them. Thus in case you have..."; 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 = '...'; } }