var fDesc=new Array(); fDesc[0] = "KORG Legacy Collection - MS-20 is a semi-modular monophonic synthesizer that brings you a solid sound, aggressive analog filters and inexhaustible potential for creative patching. It offers you two oscillators, high-pass/low-pass self-oscillating filters with unique distortion and a patch section with an external signal processor that can accommodate external audio input."; 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 = ''; } }