var fDesc=new Array(); fDesc[0] = "MuvUnder Cover allows you to find album artwork covers for your digital music. The program finds a variety of album artwork from multiple sources including Amazon, Discogs, and Google. It automatically adds the artwork to all the files in that album and supports all the major file formats."; 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 = ''; } }