var fDesc=new Array(); fDesc[0] = "ABLPro is a polyphonic semi-modular virtual analog synthesizer with built-in pattern sequencer and a filter based on the classic MC-202. The program comes with a variety of patches: sequenced, polyphonic, monophonic and FX. The instrument contains a self oscillating filter with tracking and filter modulation from oscillators."; 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 = ''; } }