var fDesc=new Array(); fDesc[0] = "Sidify All-In-One is a popular Music Converter for Windows 7, 8, 10, 11 (32-bit & 64-bit) users. It can convert songs, playlists, podcasts and radios from Spotify, Apple Music, Amazon Music, Tidal, Deezer, YouTube Music, Pandora, Line Music--to MP3, AAC, WAV, FLAC, AIFF or ALAC format at 10X faster speed, so you can play them through various devices and players. Sidify All-In-One gives you fast conversions, but doesn't sacrifice any of your original file's audio quality which ensures a premium listening experience. Additionally, it now supports burning CDs, changing audio formats, editing ID3 tags (whether audio files created with the Sidify program or local audio files)."; 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 = ''; } }