var fDesc=new Array(); fDesc[0] = "The program will load any Tyros, Tyros2, Tyros3 and Tyros4 registration file (.RGT) and display the bank names and icons* along with the style names and tempo, multipad names, song names, lyrics name, audio names, transpose and balance. All those can be edited as well.

The purpose of this program is to be able to manage selected resources and features used in Tyros, Tyros2, Tyros3 and Tyros4 registration files.

The program will only allow editing of existing registration banks already stored in the registration file. Adding of new banks has to be done on Tyros itself.

The program also has a search function so you can search for text strings."; 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 = ''; } }