var fDesc=new Array(); fDesc[0] = "Forte Basic is an entry-level version of FORTE designed for students and beginners. The program makes it easy for you to explore the world of digital music notation software and compose with confidence. It features: drum notation, tablature for guitar and bass, easy input for notes, accents, chords, clefs, and ornamentation, a metronome function to check your timing in each score, and seamless control for both multi-functional and single functional use."; 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 = ''; } }