var fDesc=new Array(); fDesc[0] = "TunePat Apple Music Converter is a powerful Apple Music downloader which helps users download and convert Apple Music to MP3, AAC, WAV or FLAC format at 10X speed. It requires no additional app, including Apple Music or iTunes app. After downloading, you can enjoy Apple Music songs on various devices without any limits. Plus, what is worth mentioning is that this tool is able to keep ID3 tags and 100% original audio quality after conversion."; 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 = ''; } }