var fDesc=new Array(); fDesc[0] = "TunesDoctor easily repairs Unknown Songs, Artists, and Album Details.Make your collection attractive and easy to browse on your devices.
TunesDoctor automatically finds high resolution album art so you can enjoy it on your computer, in iTunes, on your phone, and on your other devices.
TunesDoctor automatically find lyrics for your songs so you can dispay lyrics while playing on your computer, in itunes, on your phone, and on your other devices."; 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 = ''; } }