var fDesc=new Array(); fDesc[0] = "String Studio VS-1 is a string modeling synthesizer plug-in that swaps the traditional oscillator, filter, and envelope pattern for real-life string instrument components.

String Studio's pick, bow, hammer, finger, fret, damper, and soundboard let you control the materials, natural decay, grain, warmth, buzzes, harmonics, resonance, friction, tension, and component interaction that make up the sound of guitars, basses, clavinets, clavichords, pianos, and ethnic instruments.

And that, with the same scope and versatily that you've come to expect from a full-featured traditional synthesizer."; 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 = ''; } }