var fDesc=new Array(); fDesc[0] = "Tagalicious automatically finds the right information and tags for songs in your music collection. Quickly convert files and tracks with indecipherable names and labels to an organized library of songs. Track information Tagalicious finds for your songs are seamlessly updated in iTunes. Start browsing your music with accurate and complete metadata, with everything from release years to musical genres."; 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 = ''; } }