var fDesc=new Array(); fDesc[0] = "Spotify DJ is a free add-on which lets you broadcast your own live DJ-sessions on Spotify. You can enter the web address where you want to play live music, send the link to your friends and share the tracks you are playing and chat with your friends getting music requests."; 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 = ''; } }