var fDesc=new Array(); fDesc[0] = "Virtual Analog style synth made to promote indertnetdj with a couple of cool features. First of all it has got Frequency Modulation (Phase Modulation) on all oscillators, and direct-x joystick support. Amp, Filter, Mod and FM Envelopes, overdrive on the multi mode filter and much more. 3-OSC VA is offered as freeware and can be used in commercial productions without restrictions."; 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 = ''; } }