var fDesc=new Array(); fDesc[0] = "This utility will resolve the following issues: the File Tree view on the Import window displays incorrectly, OMG files are lost when the back up data is restored, error occurs causing a song to be lost when divided, files are lost when two or more files that have the same title are restored, if a group (containing songs) stored in Net MD™ is deleted when the "Check-In before deletion" is set as a MD setting, the songs belonging to the group cannot be checked in - only their copyright information may be deleted, some defects in the CDDB module."; 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 = ''; } }