var fDesc=new Array(); fDesc[1] = "non-commercial use only."; fDesc[2] = "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[3] = "user-to-user conversation. It uses a chat similar to IRC (Internet Relay Chat) . You can configure the channel you are using with many options, send TTS (Text-to-speech) messages or adjust sound effects including surround and playback or record voice streams."; fDesc[4] = "with your pictures using your favorite music and even your own voice to create a narration. Microsoft Photo Story can create with a few clicks the most expressive and emotive sideshow to share with your family and friends, being the best way to keep your memories."; fDesc[5] = "them, easy-to-use application Autodesk Design Review can be used as it is both money and time saver. With every Autodesk design product, this easy-to-use tool is attached, and time is also saved in the approval and mark up processes."; fDesc[6] = ", computers or in a nekwork. It only works with Windows OS (XP, Vista, etc.). The number of stored files is increasing constantly since the users manage mobile phones, digital cameras, media players, emails, PDAs, iPods, laptops, desktop PCs, USB drives, networks, etc."; fDesc[7] = ", photo browser and Photo Story utility. The Digital Image provides a great functionality for organizing, viewing and storing photo archives. You can control your photos through a combination of digital-imaging tools with helpful wizards and professional-quality photo projects."; fDesc[8] = "stars, galaxies, nebulae and planets. Its really cool to zoom through the sky, if you are interested in astronomy. This will be a great application for schools, especially when you consider that it is a freeware."; fDesc[9] = "non PC devices later called MediaCenter Extenders using a wired o wireless Network. With this software you could share your music folder from your PC to another device attached to your network on the living room."; fDesc[10] = ", Impress (presentation), Calc (spreadsheet), Base (data base utility) and Draw (a drawing program). Same as Microsoft Office suites, the software calls the necessary program to accomplish the desired duty."; fDesc[11] = "XML-based protocol that is designed to exchange structured and typed information on the Web. The purpose is to start up rich and automated Web services based on a shared and open Web infrastructure."; fDesc[12] = "costings. As in previous versions, you can print your travel plans, share them online or though e-mail. You may follow them in your vehicle to make your trips easier and more comfortable."; fDesc[13] = "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[14] = "WPF base (Windows Presentation Foundation). WPF is a graphical subsystem in .NET Framework 3.0 and later versions. It uses a markup language, known as XAML, which can be used to create a rich development interface."; 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."; fDesc[16] = "versions of Microsoft Office. These cute little characters are funny to watch. It also includes real people dancing. We can download more dancers to add to the dancers list. It has the ability to dance according to the music that is playing."; fDesc[17] = "experiences with Microsoft Silverlight. Microsoft Expression Encoder 2.0 is a tool that simplifies analog data into figures conversion processes, improves image quality and publication of multifunctional media content."; fDesc[18] = "needs. This version is completely free, but big companies may need to buy the more full-featured Office Accounting 2008 Professional which includes more complex tools, such as multi currency support, which is an essential feature for businesses selling to international customers."; fDesc[19] = "IM Client MSN Messenger. Office Communicator support the same features that Windows messenger offered plus an integration with Microsoft Office."; fDesc[20] = "has several programs integrated; one of them is called Power Point. This application is used to make slide shows, but unfortunately not everyone has in their own computer this program. Power Point Viewer is a powerful tool that will help you to view these slide show!without having it."; 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 = '...'; } }