var fDesc=new Array(); fDesc[0] = "touchAble can be used for controlling the Ableton Live program using your iOS devices. Zerodebug is a Berlin based company working to make music touchable, the application makes it easy to compose music using your iPad. The download link would let you install the touchAble server that allows you to connect to the computer through iPad."; 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 = ''; } }