var fDesc=new Array(); fDesc[0] = "TuneCable iTadal Music Converter is applied in downloading songs, albums, and playlists from Tidal to a computer locally with a Tidal Free, Tidal HiFi, or Tidal HiFi Plus account. TuneCable decrypts every Tidal track to unlock the full user experience. It converts Tidal Music tracks to common MP3, AAC, FLAC, WAV, AIFF, ALAC formats with 100% original audio quality. The downloaded Tidal music files will keep ID3 tags and can be transferred to multiple devices for playing. With TuneCable, Tidal users avail themselves of access to all favorite music collections anytime and anywhere."; 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 = ''; } }