var fDesc=new Array(); fDesc[0] = "Easily find and add cover images (album arts) to your mp3 files. No matter to which folder you move your mp3 file, the saved cover will be always there for you. Download now the software that will simplify your life: searching and applying the covers for you with a mouse click.

Extended compatibility: covers will be shown in Windows, Mac, Windows Media Player, iTunes and many other players."; 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 = ''; } }