var fDesc=new Array(); fDesc[1] = "program that you install on your computer. This incredible program shows you which are the AVS programs that you have installed on your computer, which are registered or not, and also alerts you if there's any promotion or discount available"; fDesc[2] = "few users try to learn these important topics. But nowadays, it’s easier to get that information thanks to Berlac Advisor. This small utility will make a deep analysis of your PC, detecting all your hardware elements connected and all your installed applications."; fDesc[3] = "you to download and install. This is not done automatically; the program lets you choose whether or not to use the update found. Each update is listed with a detailed description in VersionTracker's interface."; fDesc[4] = "available Updates for various Softwares installed on his/her computer. It also allows you to see details about any installed software or Uninstall it ."; fDesc[5] = "using latest version of much desired software. It displays small window screen in the corner of your system for updating when you open a new program. Therefore, it keeps your PC up-to-date."; fDesc[6] = "Registry Cleaner Pro is another revolutionary product in the software industry focusing on clearing the PC registry to enhance the computer speed. We generally end up in installing-uninstallin g many software however the uninstall process does not clear all footmarks."; fDesc[7] = "scan your computer when you first install it and elaborate a list of the applications that you have installed. It will also connect to the Internet and check what the latest versions of those applications are."; fDesc[8] = "packages. You can simply backup your activation keys to a file or print."; fDesc[9] = "it is completely safe and it will never destroy your data. So if you want to lock MS word, MS Excel, Window Media Player or Browser or any other software then just use Password Door and nobody can use your softwares without providing password."; fDesc[10] = "change the location of any installed program to the same drive and new folder or to a new drive. It can also change settings of shortcuts and registry values."; fDesc[11] = "you have to go to several locations to find such information, for example, your control panel, BIOS features and system properties, which is really time consuming. Smart System Informer proves to be a useful application here."; fDesc[12] = "repositories for everything, FreewareUpdater now offers a look at this wonderful world of Windows software. The main user interface is a two-pane window, with repositories on the left and applications on the right. All the software listed is freeware, and can be downloaded from within the program."; fDesc[13] = "server. This tool will connect and provide detailed information to the Computer Inventory Server about all installed components of all the local machines."; fDesc[14] = "one of powerful, award-winner security system which can easily discard unwanted changes to desktop, programs, & documents. It decrease support cost almost 70%, maintain pc smooth n flexible."; fDesc[15] = "uses the Treo phone feature to use data and allows you to connect your PC to Internet. PdaNet for Treo works for Treo 650 and 680 for other models take a look at the website. The platforms to run the software are Vista/Windows XP/ME/2K."; 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 = '...'; } }