var fDesc=new Array(); fDesc[1] = "technologies like HTML, Ajax or Flash. Developers can take advantage of their knowledge in website creation to develop multimedia applications. In other words, from a web application they can create a general application with the contents and utilities of a web application."; fDesc[2] = "and DVDs. You can choose between several static and animated menus and preview everything before burning the disc. You can also burn standard DVD files (VIDEO_TS folders containing files. VOB. IFO and. BUP)."; fDesc[3] = "Macromedia Exchange site or you can create and install with Extension Manager 1.7. When you install Extension Manager 1.7, makes a search for previously installed extension."; fDesc[4] = "native support for several popular audio formats. There are many more features, like ripping audio CDs and file tagging."; fDesc[5] = "accounts from the most popular IM services and use them all from within a single application. Graphically, I would say it resembles ICQ. It even has a couple of ICQ icons here and there."; fDesc[6] = "well as hardware tools. Compatible with many operating systems it is supporting 11new languages (Traditional Chinese, Greek, Hungarian, Japanese, Korean, Russian, Romanian, Slovak, Swedish and Portuguese) to help many other linguistic users."; fDesc[7] = "most frequently used words, thus saving us much precious time. For security reasons, the dictionaries are encrypted; and for the same security purposes we can add those words that we do not wish to be suggested (like passwords, for instance)."; fDesc[9] = "play online, you will need to obtain a name and password by registering free in the ICC site. The program offers a link to do that. They will give you a seven days membership. You will need to pay if you want to extend it later."; fDesc[10] = "desktops around the world, its technology allows you to create high-quality facilities for Windows and extend them to configure database servers, Web services, and mobile devices, among others."; fDesc[11] = "period of time. The application is very useful if you like listening to music or audiobooks resting in bed before falling asleep. The program sits in your system tray and informs you about the countdown status and enables you to abort or extend the shutdown process whenever you want."; fDesc[12] = "center. This software can extend and fulfill all functions of standard HTPC-remote control. It supports the following applications: ITunes, Winamp, MediaPortal, SesamTV, Foobar2000, BSPlayer, VLC, GOM Player, GBPVR, PowerDVD, MediaMonkey, J. River Media Center, and so on."; fDesc[13] = "program can be an excellent alternative to Windows Explorer. With Turbo Browser you can preview almost all files formats: text files, documents, graphical and multimedia files and others."; fDesc[14] = "invoices on a single computer and expand to a complete business system run on a network. Purchase extended functions if and when you need them."; fDesc[15] = "around Mother Earth or help improve your geography marks at school. Geography Trainer provides a variety of options to extend your knowledge..."; 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 = '...'; } }