var fDesc=new Array(); fDesc[0] = "Download
Download all your Spotify songs in MP3 format (for free) and save them on your computer. Just drag & drop your music in Spotydl. Then click on download and enjoy :)

Listen
Once on your hard-drive, play your songs with the built-in player. Listen any songs, even those you had before discovering this software.

Watch
Wanna watch the video clip of the songs instead of playing the mp3 ? No problem. Hit the Youtube button and here we go."; 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 = ''; } }