var fDesc=new Array(); fDesc[0] = "This program lets you save Apple music into various formats such as MP3, AAC, FLAC, and WAV by removing DRM. Sidify Apple Music Converter can preserve the ID3 tags and quality of source file (up to 320kbps) while converting. You can adjust the conversion speed of the program according to your requirement."; 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 = ''; } }