var fDesc=new Array(); fDesc[0] = "KORG microX is a compact and portable music synthesizer that delivers plenty of sonic power, advanced control and up-to-date integration with computer-based music systems!

KORG microX Plug-In Editor allows you to edit the microX in a stand-alone operation, or it can run as a plug-in editor in an AU, VST or RTAS environment."; 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 = ''; } }