var fDesc=new Array(); fDesc[0] = "Song Buddy is your own personal music guide. With Song Buddy you can quickly look up profiles of the artist you're currently listening to, browse their photos, listen to samples of their albums, find out when and where they're playing concerts and much more. Song Buddy enables you to search for artists by name, as well as suggesting similar artists to those that you're listening to."; 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 = ''; } }