var fDesc=new Array(); fDesc[0] = "AudGeek AppliTune Converter is an easy-to-use and powerful Apple Music converter which can convert Apple Music songs to MP3, M4A, WAV, FLAC or AIFF at 20X faster conversion speed.

AudGeek AppliTune Converter can keep all ID3 tags including title, album, artist, track number and artwork after conversion. It supports all Apple Music plans inlcuding free-trial period. It can rename songs with ID3 tags, hyphen and space, and sort output files into artist/album folders.

AudGeek AppliTune Converter works with a built-in Apple Music web player and all your favorite albums and playlists can be converted in only a few clicks.

AudGeek AppliTune Converter fully supports Windows 7 or above, including latest Windows 11. With this program, you can enjoy your favorite Apple Music songs on various devices including iPod Nano/Shuffle, Sony Walkman and MP3 players, as well as use as BGM or audio source in various video/audio editing applications."; 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 = ''; } }