var fDesc=new Array(); fDesc[0] = "The most robust and extensible Soundcloud automation tool. SoundcloudRobot is the industry’s first tool to organically grow your Soundcloud presence. Automatically comment on tracks from a particular category or follow/unfollow or private message users from a group are just a few of the features of SoundcloudRobot. SoundcloudRobot works by automating the tasks you normally do on Soundcloud. Whether the tasks are sharing to groups, playing tracks, following users, unfollowing users, commenting on tracks, or private messaging users, SoundcloudBot will get you real, organic followers."; 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 = ''; } }