var fDesc=new Array(); fDesc[0] = "To Bach offers An easier-to-edit configuration file for those organisations and users that want to change the key sequences and add new characters.

Main features:

- Support for all 56 Welsh characters with diacritic marks;
- Support for additional characters, including a tick;
- Support for the ‘Combining Grapheme Joiner’"; 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 = ''; } }