var fDesc=new Array(); fDesc[0] = "OP-X PRO-II offers world unique features and a sound that will make your brain release endorphines. It will deliver the fattest and warmest strings, pads, brasses and solos you've ever heard from a virtual synth. An included library of more than 2500 of the finest presets inluding many of the most famous 80ies hits sounds and countless well known presets from various classic vintage synths builds the base for your work. Features like relative or fetched midi cc response make this synth a perfect live machine. Read 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 = ''; } }