var fDesc=new Array(); fDesc[0] = "AudiFab Spotify Music Converter is a fully-functioning Spotify to MP3 converter for Windows users, which supports converting Spotify songs, playlists, and podcasts to MP3, AAC, FLAC, ALAC, WAV, or AIFF format at 10x speed, so that you can get rid of the limitation and enjoy them on your local device. With a simple and intuitive user interface, users can successfully convert music files with just a few clicks. It is also a reliable converter that can save high-quality music files on your computer with a variety of conversion features and batch processing features. More importantly, this program preserves 100% original audio quality and all ID3 tags after conversion. It also offers users some additional functions, such as "Format Converter", "Edit ID3 Tags", and "Burn CD", etc. The great feature of this powerful music converter is fully compatible with Windows 11/10/8/7 and the latest version of Spotify."; 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 = ''; } }