var fDesc=new Array(); fDesc[0] = "RegNameEdit is a program that was created to assist users with naming individual registration memory locations on the PC.

Since editing them on the instrument is not very convenient, users end up with many registration files have many banks with this default name.

This utility allows you to use the PC keyboard to provide meaningful names for each of the 8 registration memories in a registration file."; 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 = ''; } }