var fDesc=new Array(); fDesc[0] = "Sylenth1 is a virtual analog VSTi synthesizer for producing superior-quality sound and music. At its core, Sylenth1 houses 4 alias-free unison oscillators, which generate analog shaped waveforms. Each oscillator is capable of producing 8 unison voices in full stereo, adding up to a total of 32 voices per note. The program offers many modulation options to sculpture the sound any way you like. There are 2 ADSR envelopes and 2 LFO's which can be used to modulate a whole set of different parameters."; 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 = ''; } }