var fDesc=new Array(); fDesc[0] = "ESFSoft Soundcloud Downloader is an easy, simple and free sounds downloader which helps you download the free music audio streaming files(MP3, AAC) to PC from soundcloud.com

As an audio ripper tailored to Soundcloud.com, it enables you to hear the world's sounds and to explore the largest music and audio integration. It allows you to download all soundcloud songs and tracks, even if the songs and tracks are listen-only."; 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 = ''; } }