var fDesc=new Array(); fDesc[0] = "Sound Bridge is a utility program, that compiles custom samples from a variety of sources into the QuadraSynth Voice format, and then downloads those Voices to an Alesis - compatible PCMCIA Sound Card via MIDI SysEx to a QS6, QS7, QS8, QuadraSynth Plus Piano or S4 Plus. Sound Bridge does NOT require additional hardware. The files are loaded directly into Sound Bridge from any disk (CD-ROM, floppy disk, hard disk, etc.). Sound Bridge will, however, allow the user to audition samples from the disk through most PC Sound Cards."; 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 = ''; } }