var fDesc=new Array(); fDesc[0] = "Nootka is an application to learn classical score notation. It helps to understand the rules of reading and writing scores and helps with developing skills of playing and singing notes.

Main features:
- Interactive interface to discover the rules of musical notation.
- Exercises with possibility to create own sets.
- Accurate method for detecting sung and played sounds.
- Natural sound of guitars."; 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 = ''; } }