var fDesc=new Array(); fDesc[0] = "Connect the R3 to your computer via its USB connector, and use the stand-alone editor/librarian software tool to conveniently edit the sounds, using the enhanced graphics that the computer provides. You can edit, create, save, and store programs to the R3 or to your computer. Sounds you edit or create using the editor/librarian software can be used in realtime on the R3 itself.

This is the most recent version of the Editor Librarian Software for the R3, which adds Windows Vista compatibility."; 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 = ''; } }