var fDesc=new Array(); fDesc[0] = "This software 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.
The processing time to search for the MIDI port connected to the microX is shortened.
The plug-in versions work properly with host applications that support Windows Vista."; 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 = ''; } }