var fDesc=new Array(); fDesc[1] = "Bars\". Microsoft Engineers now thougth it would be a good idea to change all the menus in order to make easier to see at a glance, Lets wait a little and see what the users think about this new experience. I think the change is good, but not that good."; fDesc[2] = "types of malware usually met through a Web browser. Unfortunately it is mostly useful for Internet Explorer than for other web browsers."; fDesc[3] = "\"nervous system\" file, which processes all the entries of your computer. The essence of Wise Disk Cleaner is cleaning any unnecessary extra entries in the Windows Registry File. This particular program is a great help to take the proper actions."; fDesc[4] = "Windows API for timing by directly using the RDTSC (Read Time Stamp Counter) instruction. Applications that rely on RDTSC do not benefit from the logic in the operating system to properly account for the affect of..."; fDesc[5] = "etc., created by a particular application, and then remove it completely. There is an \"AutoFix\" button. It can search for invalid uninstall information and delete/correct it. It cannot search for invalid registry entries caused by a previously uninstalled program though."; fDesc[6] = "changes in the climate, which affect your Sims dramatically. The Four Seasons are included in the game: Spring, Summer, Autumn and Winter. Each station and its respective climatology can affect radically the needs, aspirations, desires and fears of your Sims."; fDesc[7] = "that could harm or slow down your PC. Sunbelt Personal Firewall lists the applications that generate traffic (incoming or outgoing) and you’re able to permit or deny this traffic. at is generating to allow or block this application."; fDesc[8] = "interface enhancements: NextSTART, WorkShelf and NeXuS. Winstep Xtreme raises the usability bar of Windows customization to another level: it adds tremendous functionality to Windows and complete control over every aspect of the User Interface. And it's FUN to use! The more you use Winstep Xtreme the more you'll go 'Wow, this rules!' as you discover all the functionality that lies beneath the breathtaking eye candy. No need to edit complicated configuration files or switch shells either - it's all point and click! All of the hundreds of freely available Xtreme themes are totally resolution independent, do not affect the content of your docks, shelves and menus, and can be switched to at the click of a button - it's that easy! NeXuS is the multi-dock system, and is just perfect for super fast access to your most frequently used applications. WorkShelf is a tabbed dock, better suited for..."; fDesc[9] = "previous editions there is no much new to tell because the game is pretty much the same, only changes its location. For those who haven’t played the previous editions of this game, let’s say that this is a strategy game related to construction and real estate business."; fDesc[10] = "issues on any Windows computer. The reason for that is that applications that were once installed and now are gone left entries that confuse the system."; fDesc[11] = "computer go faster and smoother. PCSleek Free Error Cleaner has been enhanced and new features have been added. For example, it is possible to schedule for automatic scanning."; fDesc[12] = "astounding acoustics, and multilayer 3D sound, realistic tilt function and motion blur effects: it's the best pinball experience available on the PC."; fDesc[13] = "disabling them depending on your power setting preferences (behaviors on battery or ac power) just like you normally do with the LCD screen brightness and standby / hibernation options."; fDesc[14] = "image quality. Its interface has a very attractive design and is available in multiple languages; it allows to copy all the content a DVD or the most interesting fragments without the necessity of complicated configuration options."; fDesc[15] = "second part, they created a virtual finance world in which they integrated a more realistic life, where more variables have been introduced to the game"; 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 = '...'; } }