var fDesc=new Array(); fDesc[0] = "With capella you can instantly create complete scores... capella is one of the world's most popular notation programs.
No other notation program will take you by the hand and gently guide you towards your first own score in the manner in which capella does it. There is no need to be fully computer literate - you just follow your musical imagination and capella does the rest. Within no time you will have completed your first score sheet.
In the country of Beethoven, Bach and Briegel, capella has become the de facto standard for notation editors amongst musicians from all walks of life."; 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 = ''; } }