var fDesc=new Array(); fDesc[0] = "Media Info Plus reads the ID3 tag for your Music, during the initial scan it creates a cache of that data, allowing for fast reloading and checking the file for any changes to it. It will automatically add any new files. It allows you to select the icon (wide, box shot, poster, square, and others) for the thumbnail posters/covers as well as the FanArt image."; 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 = ''; } }