var fDesc=new Array(); fDesc[1] = "uses industry standard IP protocols to allow devices to automatically discover each other without the need to enter IP addresses or configure DNS servers."; fDesc[2] = "advantages of the new enhanced user interface. In addition, virtually anyone, anywhere can intervene in the review process with Autodesk Design Review, the free integrated solution available to consult, write and revise designs electronically."; fDesc[3] = "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[4] = ", 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[5] = "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[6] = "overview that helps you keep track of your expenses. Put savings targets and then perform a monthly analysis of your finances to see how much you're really saving."; fDesc[7] = "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[8] = "Microsoft Excel Viewer you’ll have the possibility to access to all the files created with Excel 2007, 2003, 2002, 2000 and 97. This program is a viewer, so it’ll allow you to see the files and print them, but it won’t allow you to edit the files created by Excel."; fDesc[9] = "as filling in familiar checks, invoices, and forms onscreen. Get all the features of QuickBooks: Basic, like easily pay bills, print checks, track expenses and much more. Customize 100+ pre-designed forms to create a unique look. Exchange data with Microsoft Excel and more than 325 other software applications. Track employee time and job costs. Create reports comparing estimated costs to actuals."; fDesc[10] = "reflects the hack'n'slash spirit of Dungeon Siege, with some modifications. As it happened in the first part, every character improves his skill, as we make use of it, and becomes a real specialist in his field."; fDesc[11] = "Windows is your personal typing tutor featuring 5 typing courses, tests, personalized reviews, games and much more."; fDesc[12] = "double-click on a Desktop icon called \"Uninstall Programs\", quickly find the program you want to uninstall and click a button. Add/Remove Plus! 2002, unlike the standard Windows uninstall feature (the Control Panel Add/Remove Programs applet), will uninstall the program and remove it from the list. This way users can easily get rid of all unnecessary applications for good. Add/Remove Plus! 2002 also helps you maintain a cleaner computer and a cleaner registry. The ability to display programs that have a missing or bad uninstaller can help the user locate programs that don't longer work because they may have been partially deleted or corrupted. Removing these programs may help recover a lot of valuable disk space and make it easier to find and uninstall other programs in the future. Add/Remove Plus! 2002 also offers a software audit feature that allows you to print or export a report..."; fDesc[13] = "Pudrovska for Selectsoft Publishing. In this game you will need to accommodate a given number of different shaped pieces in order to form exactly a given puzzle."; fDesc[14] = ", since the cars are well equipped with different weapons so that you can beat your opponents as they try to exceed you at full speed."; fDesc[15] = "tiles that your require for many of the different platforms available. The TilEd 2002 0.6 software tile editing program could be just what your need since it has cross platform support for formats including the Mega Drive, Gameboy Advance, Gameboy, Gameboy Color, Master System"; 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 = '...'; } }