var fDesc=new Array(); fDesc[0] = "WIDI Audio to MIDI VST is a realtime Audio to MIDI conversion VST plugin. The plugin receives input from an audio channel and performs realtime music recognition. Several MIDI output methods can be chosen. Detected notes as well as signal spectrum are displayed in the plugin window. Adjustable recognition parameters allows improving recognition quality. Most of VST capable sequencers (VST hosts) for Microsoft Windows are supported."; 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 = ''; } }