var fDesc=new Array(); fDesc[0] = "With the Mp3 Art Sizer you can size the album art inside the Mp3 file (or a bunch of files) with just a few clicks, you just load up your files hit go and let the resizer do the work.
Well there’s not an easy answer it’s a combination of file size and the dimensions of the album art, I think maybe only Lil' Monsta knows for sure."; 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 = ''; } }