var fDesc=new Array(); fDesc[0] = "Optimize your iTunes and local music library with just one click. Find missing information for your music in batches. TidyMyMusic is an iTunes companion for cleaning up your music collection. Using its advanced acoustic fingerprint technology, it quickly fixes missing or inaccurate music info within your iTunes song collection including artist name, album art, genre, lyrics, and more."; 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 = ''; } }