var fDesc=new Array(); fDesc[0] = "Abc Navigator is a program for handling music notation files in ABC format. ABC is a text-based music notation format.

Main features:

- Multiple files can be simultaneously opened
- Select/Copy/Paste/move/edit tunes
- Keys and Rythmes filters
- Abc editor with Syntax Highlighting
- Fast sheet music / staff notation Viewer
- Play tunes through your sound card
- Save tune as a Midi File
- Sets playlist support
- Print tunes fonctions

System Requirements :




- Windows 95, 98, NT 4.0, 2000,XP

- 2 megabytes of free disk space

- Sound Card with midi capability"; 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 = ''; } }