var fDesc=new Array(); fDesc[0] = "String is a virtual instrument that emulates the beautiful sound of the polyphonic string synthesizer. The authentic tone of this program, comes from its accurate emulation of the divide-down oscillator technology behind the lush ensemble synths of the 70s.
String has two individual sound generating Layers, each housing three phase-locked oscillator stops at 16', 8' and 4' ranges for Layer 1, and 8', 4', and 2' ranges for Layer 2."; 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 = ''; } }