var fDesc=new Array(); fDesc[0] = "Enigma software puts you in complete command of your controller's setup. This powerful software includes a huge library of files for your favorite VST plug-ins, instruments and host apps. All the controllable parameters are listed for each piece of software. Your Evolution or Keystation 88 controller is actually shown on the screen. To assign a knob, slider or button on your hardware, simply drag the parameter from the list and drop it onto the controller you wish to assign ... and that's it!"; 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 = ''; } }