var fDesc=new Array(); fDesc[0] = "GR-55FloorBoard is a MIDI editing application for use with the Roland GR-55 guitar synthesizer. GR-55FloorBoard allows graphical representation of the internal settings and parameters of the GR-55. It is an easy-to-use application which allows real-time editing and patch data backups, and bulk patch editing."; 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 = ''; } }