var fDesc=new Array(); fDesc[0] = "Whether recreating the abstract tonal qualities of the classic electronic soundtracks, or pushing forward the sonic boundaries of today, Modular V is the synthesizer of choice for sound exploration, anywhere, anytime. It has all the vibe and the fat sound of the original, cleverly combined with important contemporary features like polyphony, MIDI control, loading and saving of patches."; 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 = ''; } }