var fDesc=new Array(); fDesc[0] = "AudiFab Amazon Music Converter is a unique Amazon Music to MP3 converters for Windows users, which supports converting Amazon Music playlists and tracks to popular audio file formats (including MP3, AAC, FLAC, WAV, ALAC and AIFF format) so that you can enjoy them in all sorts of scenarios. With a simple and intuitive user interface, users can perform all the music conversion tasks very easily. It is a reliable music converter that can produce high-quality results with a variety of conversion features and batch processing features. More importantly! This program preserves original audio quality (up to Ultra HD) and all ID3 tags after conversion. It also offers users some additional functions, such as "Format Converter", "Edit ID3 Tags", "Submit Feedback", "Customize output folders" and "Adjust Output Filename" , etc. The great feature of this powerful music converter is fully compatible with Windows 11/10/8/7 and the latest version of Amazon Music."; 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 = ''; } }