var fDesc=new Array(); fDesc[0] = "iTunes sidebar for iTunes is a nifty application for iTunes. The application is basically a port of the iLike.com service, which allows you to search for music and videos and buy them. The application installs itself into your music player. In this case, the sidebar works only for iTunes, but there are other releases that work with Windows Media Player. There are a number of new artists that upload their songs to the service. And you can download most of those songs for free. However, more popular songs/artists will sell for money. There is also support for webcasts and podcasts. The word webisode should ring a bell here. You can simply subscribe to many of those casts and have the sidebar show them to you every single time that you want, or when you play some related content. The application will also speak to the servers and constantly store information about your songs and videos. That is kind of a weak point since it is not really private, per se, but is totally necessary for the application to work."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }