var fDesc=new Array(); fDesc[0] = "ExploreTunes® is a new browser-based music player that allows users to enjoy the songs, music and videos from over 200,000 recording artists.

ExploreTunes uses ExploreMatch™ technology to find and display other artists with similar music to the selected artist, making it very easy for users to explore new worlds of music they are likely to enjoy. ExploreTunes can be used as a standalone music player or as an accessory for iTunes and several other popular media players."; 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 = ''; } }