var fDesc=new Array(); fDesc[0] = "Dolce Music Flash Cards is a program that can help to get head start or improve skills in reading music notation.
The program features dual question counters, score counter, optional timer, and results of each round may be printed with student name and time/date stamp for record keeping.
Dolce Music Flash Cards allows the classroom teacher or lab class instructor to automatically collect scores as students finish drills through compatibility with the free FRS Score Collector utility."; 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 = ''; } }