var fDesc=new Array(); fDesc[1] = "modernized and now it contains many new features that make our navigation more comfortable and faster. Windows Malicious Software Removal Tool searches our computer for malicious software. In this version, we can choose to install Accelerators, Web Slices, Search Providers, and Add-ons."; fDesc[2] = "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[3] = "synchronization experience with Windows®-powered PCs and Microsoft Outlook right out of the box. Note: Microsoft ActiveSync works only with Windows XP SP2 or earlier."; fDesc[4] = "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[5] = "modification of XP system files in order to make it look like Windows Vista. Mentioned in multiple magazines, Vista Inspirat is one of the best ways to change quickly and easily icons, explorer configuration and others."; fDesc[6] = "settings. The program detects the presence of any wireless networks within range of the adapter, providing automatic configuration and connection."; fDesc[7] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables."; fDesc[8] = ", 2003, 2002, or 2000. You may copy text or graphic into another program, but you will only be able to open the document for editing if you have Microsoft Word installed."; fDesc[9] = "management of home accounting. It allows working offline and online, in the latter mode the program updates balances and movements from your bank accounts. It runs only on Windows Vista and Windows XP Service Pack 2."; fDesc[10] = "airplanes, the improvement of the multiplayer support , including the possibility of two players flying a single airplane, and the occupation of the control tower. The 11.0 version brings some improvements and enhancements to the already successful flight simulator."; fDesc[11] = "communication, files, etc., providing a comprehensive protection against malware, e-mail, viruses, phishing,malicious contents, spywares, spam,hijackers, threats and all kind of attacks on-line."; fDesc[12] = "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[13] = ", complete and expandable. The concept behind the interface and work methods in Maya are extremely smart, and the program offers extreme control over every aspect of your work. The learning curve is steep though, so you will need to invest time in order to master this 3d beast."; fDesc[14] = "additional converters and filters are for older or seldom used documents or image formats. This converter pack supersedes all previously released versions of the Office Converter Pack."; fDesc[15] = "includes many improved and enhanced features. However, there can be some behavioral changes as this new release includes certain functionalities that differ from the previous versions. The latest update for Microsoft Visual FoxPro 9.0 is Service Pack 2 which is free."; 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 = '...'; } }