var fDesc=new Array(); fDesc[0] = "Meka MP3 Album Artwork Tool is a free software for ID3v2 Tagging on MP3’s. In other words you can use this tool to add Album Artwork (assign cover images) to your mp3 songs. It is very easy to use, as you can see in the screenshot above it containes 3 buttons, a panel so you can see the selected files and another panel to preview your image. It is as fast as it applies images to an entire album in aprox. 1-2 seconds. Supported image types: bmp,jpg and png. The recommanded size for these images is 300×300."; 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 = ''; } }