var fDesc=new Array(); fDesc[0] = "FreeSoundcloudDownloader is a program that helps you to download the free music audio streaming files (MP3, AAC) to PC from the Soundcloud site. You can also use it to download all 128k MP3 tracks files, convert a Soundcloud file to MP3 files or rename the files automatically."; 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 = ''; } }