var fDesc=new Array(); fDesc[0] = "Use Ashampoo MP3 Cover Finder to find and select the most beautiful cover artwork for all your MP3 music tracks.

Use intelligent fingerprint technology to identify your MP3 tracks, even without proper metadata or file names
Download the most suitable cover artwork for your entire MP3 music collection based on several trusted sources*
Prefer album over single covers and vice versa
Let Ashampoo MP3 Cover Finder auto-assign the artwork and take manual action when desired
Enjoy beautiful artwork across your music 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 = ''; } }