var fDesc=new Array(); fDesc[0] = "Oberheim SEM V is a virtual synthesizer designed for sound emulation.

Main features:
- Polyphony and 8 voice multitimbrality inspired by the 2-, 4- and 8-voice models.
White Noise, to mix into your etheral pads and FX sounds.
- Sub-oscillator with sawtooth and sine waves, for added growl and bottom end.
- A second LFO with sine, sawtooth and square waves for more complex modulations."; 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 = ''; } }