var fDesc=new Array(); fDesc[1] = ", for Mac OS and for Windows. The application allows us to download updates for the following programs: Quicktime Player, iTunes, Safari for Windows, or Quicktime Player + iTunes together."; fDesc[2] = "ITunes over Windows XP. The actual versions of ITunes include this application, so there is no need to download it separately unless you have an old version of it."; fDesc[3] = "adds the ability to buy movies online as well. The estimated cost for each movie varies between about $2 and $5. This version also includes a tool called Genius, which lets you create playlists automatically by analyzing your personal library for songs that are related."; fDesc[4] = "sites like Youtube, Dailymotion, Metacafe, Break, My space, veoh, CNET TV, Tudou, ESPN, Heavy, Photobucket, CNN, EA, Reuters, Live Video and Facebook."; fDesc[5] = "use it with Winamp, Windows Media Player, Musicmatch, iTunes, jetAudio, Google Sidebar, Real Player, MediaMonkey and other well known media players. WhiteCap will give a new fresh look to your player."; fDesc[6] = "sleek for a freeware. The media library is the main window of the program. Searching for files and browsing the library is very fast, unlike in Windows Media Player. The items found will be automatically grouped according to the genre, artist, and album."; fDesc[7] = "mpeg and IPOD formats. Ares Tube comes with a built-in browser which allows saving video youtube, google video, myspace, blip tv, daily motion, metacafe and much more sites in local formats (IPOD, MP4, MPEG). Optionally Ares Tube will export the downloaded videos to the itunes platform."; fDesc[8] = "clean up your tracks’ metadata among many other things. The program also has the ability to scan the first seconds of a track, then compare it with the Gracenote catalog to identify it, and finally fill in your missing data automatically as well as grab the album art."; fDesc[9] = "stations and broadcasts. Basically, it acts as a front-end tool for several programs with the sole purpose of recording and downloading online music."; fDesc[10] = "and easy to use so you will not be confused. It browses automatically or manually, depending on your needs, and permits you to edit the lyrics."; fDesc[11] = "but not be able to afford them, so this is for anyone with iTunes but not with an iPod to make full use of the application. What iTunes Sync does is allow you to sync any MP3 player that appears as a drive letter on your computer with any of your playlists in iTunes."; fDesc[12] = "application for managing your music and syncing your library to your iPod. It is also known that the iPod can only be synced using iTunes, and that iTunes only works with iPods. It is sort of a vicious circle."; fDesc[13] = "application, and it works extremely well in Mac, but not so much in Windows. Some issues aside, there are functionality problems here and there. This particular application attempts to fix a nagging issue for music lovers."; fDesc[14] = "album covers for the music you have in your iTunes Library. This artwork will be later displayed in your iPod, iPhone or Apple TV, thanks to the CoverFlow feature."; fDesc[15] = "application is worth it nowadays. Back when it was released it served quite a unique purpose. The application allows you to import album art for your songs in iTunes. This is done via an indirect link with the amazon.com service, which allows to download covers for albums manually."; 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 = '...'; } }