var fDesc=new Array(); fDesc[1] = "of satellite photographs. There are three versions, the free one for personal users, Google Earth (Enterprise) and Google Earth Pro. Many interesting features: Flight simulator, Sky and Mars, Street Views and 3D Buildings and the fantastic Google Ocean."; fDesc[2] = "source codecs like Ogg vorbis. With the built-in utilities like library manager, music ripping and burning to CDs and its great playback quality, it is indeed a great music player to have."; fDesc[3] = "Essential is surprisingly simple for the novice user, and very convenient for the more experienced user. We also share our best photos with friends, upload to the network, or use templates to create digital albums."; fDesc[4] = "see on the web page. HP Smart Web Printing allows users to: Select text and graphics easily from any web site and save a handy list of clips, save paper by combining portions of numerous web pages and preview and modify clips before printing"; fDesc[5] = "program you can create your own publications from scratch or use its predesigned templates and clip-art illustrations that you can modify according to your needs and likes."; fDesc[6] = "lot of interesting tools. It is not compatible with windows vista and there will be no updates to solve this."; fDesc[7] = "or in training mode. Choose between six different players and try playing in all the four different clubs. A billiard game with great graphics and views that you can zoom in or out."; fDesc[8] = "and album. But this could be done easily without this software through google. The point of this program is that it can scan your computer and decide which of your albums have album art missing."; fDesc[9] = "playing in a skinnable format. It automatically detects the music or any kind of media that is currently playing in the media player and it displays it as a skinnable gadget on windows desktop."; fDesc[10] = "create art in two or three clicks, the program is based in two different artists styles (Andy Warhol and Roy Lichtenstein). When the program is open you can find a lot of tools to manage your images, you can find three toolbars (Standard, Effects and Text), two windows and two panels."; fDesc[11] = "color coded. A very useful Visual Editor is included in the application for watching the conversion results and for possible necessary retouches on the generated image. Output resulting image can be resized for matching any picture container."; fDesc[12] = "music into the local disk drive, they just set the desired folder and the application will automatically display all the covers for the contained CD albums, taken from the already downloaded information."; fDesc[13] = "or generic album art. AV Album Art Fixer is able to read your all albums from your windows media library and show all albums in its Album Box at the top left. You can select any album to scan for errors."; fDesc[14] = "to create ASCII Art in an easy manner, as well as to edit any ASCII Art picture. All the created pictures can be rotated and flipped around."; fDesc[15] = "includes an ASCII editor for direct drawing on a grid, using the ASCII characters shown below the grid. Users can create figures, pictures, etc. on their own imagination."; 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 = '...'; } }