var fDesc=new Array(); fDesc[0] = "capella playAlong makes it possible for you to choose the musical backing you want and to take it with you into your living room!

capella playAlong is the only software in the world that allows you to access an almost inexhaustible store of finished scores and to create your own play-along CD in no time at all."; 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 = ''; } }