var fDesc=new Array(); fDesc[0] = "tonica fugata is a powerful composition aid as it will harmonize your melodies. It comes with several basic styles and rythmic accompanying patterns in several pop music styles. The program has been designed to tell you whether you have added the right notes to the chord in the four-parts, whether you have put the accidentals in the right places or whether you have made forbidden consecutives or other mistakes while composing your chords."; 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 = ''; } }