var fDesc=new Array(); fDesc[0] = "SoundCleod brings SoundCloud to your Windows desktop. It is basically a browser interface inside a Windows program. You can access various controls to play and pause audio, 'like' song, repost, and navigate forward and backward. If you do not have a SoundCloud account, you can create one from SoundCleod itself."; 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 = ''; } }