var fDesc=new Array(); fDesc[0] = "Sugar Bytes Factory is a modular synthesizer for complex and organic sounds. It features a Poly Synth with Mod-Matrix and sequencers, 2x10 oscillator engines, a sub-oscillator with ring modulation, a noise generator with 5 colors, 8x10 mod matrix with 36 targets, a Morph Fader, 2 states and copy/paste, an 8-voice VA-sync, a wavetable, a waveguide and a fractal synthesis, and more."; 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 = ''; } }