var fDesc=new Array(); fDesc[0] = "The Johnson J-Edit™ software is a powerful computer editing interface for the J-Station. Using J-Edit™ gives you instant access to all of the J-Station’s parameters. Getting the perfect sound is just a point and click away. Never worry about your J-Station becoming obsolete. The latest software version can easily be download from our website and installed via the MIDI ports."; 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 = ''; } }