var fDesc=new Array(); fDesc[0] = "GOODFEEL lets you transcribe braille music quickly, automatically and accurately. Quickly transcribe to braille from Finale, Sibelius and other popular music notation software used by band, orchestra and choir directors via MusicXML notation interchange format. Synchronized scrolling of print and braille notation for current musical measure."; 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 = ''; } }