var fDesc=new Array(); fDesc[0] = "eJamming Inc. is pioneering live audio streaming technologies that bring musicians and music lovers together in new ways. eJamming AUDiiO is the first software as a service that enables all musicians and singers worldwide with a computer and broadband connection to network and play music together in real time over the Internet, facilitating collaboration, social networking and music education."; 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 = ''; } }