var fDesc=new Array(); fDesc[1] = "shall get a lot of services from windows live. It is a free service created by Microsoft. But there are many features that you will need to pay for like the Windows Live Call, which is something like Skype."; fDesc[2] = "standards), Popular (used by many tools), Tested and Reliable (it has been available for years), easy to use for the final user (windows installer), Multi-platform (Windows NT/2000/XP/2003), commercial support in the website of CACE Technologies."; fDesc[3] = "occurs due to the opening of any harmful presentation. The OS supported by this update are: Windows Server 2003 Service Pack 1, Windows Vista and Windows XP Service Pack 2 and the prerequisite apply this update is that you must have the 2007 Microsoft Office suite Service Pack 1 (SP1) pre-installed."; fDesc[4] = "files. It can be easily downloaded from Microsoft Update site or using the automatic updates in Windows. For the installation Windows Installer 3.1 is needed."; fDesc[5] = "(Setup) problems. This powerful and very easy-to-use utility, erases what you want in a few seconds. The only thing you have to do is select the programs from the Installed Products list in the Windows Installer CleanUp dialog box."; fDesc[6] = "WinOptimizer can clean your internet and PC history and clean all the junk files. You can clean your windows registry to get rid of unused registry entries and save your system from registry corruption and errors or you may like to make your private data password protected."; fDesc[7] = "applications. It also contains all the elements that the end user requires to execute those .Net applications. Mostly those elements are libraries that this framework uses to present any .Net application."; fDesc[8] = "the program it is not necessary even to touch the mouse. Use Hot Key long combinations with two and more keys in one time."; fDesc[9] = "more stable but application provisioning has been made easier than ever. It provides features like rollback, digital signatures and delta compression."; fDesc[10] = "desktops around the world, its technology allows you to create high-quality facilities for Windows and extend them to configure database servers, Web services, and mobile devices, among others."; fDesc[11] = ", dozens of popular extensions and packages, a syntax-highlighting editor and execution environment, and more. Ruby is a dynamic, open source programming language with a focus on simplicity and productivity."; fDesc[12] = "error or relevant issue right from Windows Installer Issues, ActiveX Controls, Windows Explorer Errors, Isass.exe, svchost.exe and other .exe Errors, Windows Operating System Problems, Registry Errors, ActiveX Shield, DLL Errors, Runtime Errors, IExplorer etc."; fDesc[13] = "asking questions about the username, product key, time and locale settings? It is all possible and you can easily do it with Almeza MultiSet!"; fDesc[14] = "vivid interface for your installation package. SkinCrafter Installer uses SkinCrafter engine for skins implementation."; fDesc[15] = ", self-extracting Packages, Setup Wizards, and Uninstallers easy. It doesn't require the user to have any programming background."; 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 = '...'; } }