var fDesc=new Array(); fDesc[0] = "This software, KORG X50 Plug-In Editor VST, 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. Due to their similar voice structure, the microX and the X50 share the same manual for their editor software."; 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 = ''; } }