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] = "twelfth delivery is the appearance of the user interface. In short, a very complete range of solutions that will be to the liking of the more novice users and those who want to further customize their productions."; fDesc[3] = "magical wizard of its own and an easy-to-use educational tool to instruct you in accomplishing your more advanced networking goals."; fDesc[4] = "spreadsheet application; Presentations; the Visual Intelligence data analysis software; WordPerfect Lightning, a Web-connected note-taking app; and WordPerfect Mail for managing e-mail."; fDesc[5] = "an important event. The tasks are divided in categories including web design, support, development, meetings, information and call."; fDesc[6] = "environment. Plot: Your mission is simple: to complete the journey and bring your load before the time runs out."; fDesc[7] = "Classic Tetris game with a nice graphics, sound and Minimize to Tray feature..."; fDesc[8] = "effectively. Office Small Business includes word processing, desktop publishing, spreadsheet capabilities, and an e-mail and desktop information management tool."; fDesc[9] = "multiple currencies, track spending habits, record expenses, transfer among accounts and even do on-line banking."; fDesc[10] = "track your bank accounts, stocks, income and expenses. Are you going to buy a vehicle or a new house? GnuCash will help you plan the investment and track loan payments. With GnuCash you can also keep track of your checkbook."; fDesc[11] = "spending habits, record expenses, transfer among accounts and do on-line banking."; fDesc[12] = "labels, business cards, flyers, letters, brochures, newsletters, postcards, catalogs, envelopes, among others in a few steps."; fDesc[13] = "work with a lot of clients with various tasks individually. The interface is designed to see all the information in one view and to interact with it with only a few clicks, accessing to all of the tasks and information in time, navigating through it in an easy way."; fDesc[14] = "charts. It is specifically designed to support the rapid creation of staff organization diagrams, management structures or any hierarchical structure charts. Support is also given to include photographic images within each node of the chart."; fDesc[15] = "for big companies with small accountancy needs. We can purchase the product directly from the developer’s website. We can register and request a demo and they will send you home by post. The demo is available free of charge and will work for a 30-day period or 200 transactions."; 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 = '...'; } }