var fDesc=new Array(); fDesc[0] = "It is a plug-in for the Finale music notation program that reads and writes MusicXML 3.0 files. It provides the most accurate translations between notation programs currently available.

Dolet 6 for Finale is designed to work together with our Dolet 6 for Sibelius plug-in to give the best transfers ever from Sibelius to Finale. When going the other way, from Finale to Sibelius, MusicXML files are the only way to move Finale files to Sibelius. Exporting with Dolet 6 for Finale gets you the best results possible in Sibelius."; 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 = ''; } }