var fDesc=new Array();
fDesc[0] = "Many CD to MP3 apps, or downloaded albums, output ambiguous mp3 filenames. MRE restores filename conventions to your mp3 files, without 3rd party info sources, it uses what’s there: the filename/album folder itself!
Removes all ambiguous signs and annotations, ad-hoc string substitutions and remember them for another instance, includes adaptable inherent replace-list for the most common required substitutions.Auto-detect and split files to multiple folders according to annotation 101...201. Detect and move featuring information, automatic name only capitalization, input filenames from back cover image (OCR).";
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 = '';
}
}