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] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield."; fDesc[3] = "of your system, detecting all kind of unwanted files and threats, including spyware, adware, and, viruses. Its protecting Resident Shield will work in the background, keeping an eye on everything that attempts to install itself without your consent."; fDesc[4] = "album information (artist, title, and track list) in the Freedb Internet database, retrieve it and fill out the label for you."; fDesc[5] = "ID3v2) of mp3 files in a fast and simple manner. This incredible program is very useful to tidy up your mp3 collection and find your music easily."; fDesc[8] = "that have torrent applications."; fDesc[9] = "and video files"; fDesc[10] = "of Album-Covers, embed them into existing files by advanced ID3-Tag-Editor. Playlist management, create your own Playlists with order of the songs."; fDesc[11] = "from CDDB internet database, multiple drive support, disc statistics, easy uninstallation, database explorer, exporting database, fully configurab..."; fDesc[12] = ", BridgeBuilder layout tool and PowerVista Markup Language are used together to create applications. Powe..."; fDesc[13] = "verification."; fDesc[14] = "applications' keyboard shortcuts. You just press Ctrl+~ when your application is active."; 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 = '...'; } }