var fDesc=new Array(); fDesc[0] = "Finale Reader is a free downloadable software that can open, play, and print any Finale family file – as well as MusicXML files. The Finale Reader lets you share your music – with students, friends, relatives, colleagues, and publishers. The Finale Reader is also compatible with older versions of Finale, Finale PrintMusic, Finale SongWriter, and Finale NotePad files."; 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 = ''; } }