var fDesc=new Array(); fDesc[0] = "MP3helper helps your digital music collection meet its full potential. Sick of not being able to find album art? If you don't have an iTunes account and if your music is not in the iTunes store, iTunes is not much help. Many other applications rely on Amazon for art, but your music is not always there either. However, it is probably out there somewhere and MP3Helper is here to help you find it!"; 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 = ''; } }