var fDesc=new Array(); fDesc[0] = "Complete bank manager/editor for the Roland XP-30/50/60/80 series of music workstations and the Roland JV-1010/1080/2080 sound modules. Convenient, Explorer-like interface. Works with Performances, Patches, Rhythm Sets, Parts, Tones and Rhythm Parts. Supports all Roland expansion boards. Drag and drop sounds from one bank into another. Real-time auditing of all sounds. Real-time editing of all parameters. Uploading and downloading of complete banks or individual sounds via MIDI. Prints sound list."; 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 = ''; } }