var fDesc=new Array(); fDesc[0] = "The ZOOM G9.2tt Editor/Librarian (subsequently called "G9ED") is an editor/librarian software package developed specifically for use with the G9.2tt. It allows transfer of G9.2tt patch data to a computer for editing and storage. Using knobs and buttons shown on the computer screen, it is also possible to directly edit the patch currently selected at the G9.2tt."; 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 = ''; } }