var fDesc=new Array(); fDesc[0] = "huskervu is a fake Mackie MCU display, designed to use with fake MCU controllers without an LCD. Windows XP/2003 only. Inspired by the very fine work of Namihei. huskervu was developed using Visual Studio 2003, and is written in C#, and uses the also very fine C# midi toolkit from Leslie Stanford. You'll need the .NET Framework 1.1 installed to run it. You'll also need a virtual midi port driver like MidiYoke installed. Once installed, you'll find huskervu under Start/Programs/husker. huskervu puts an icon in the System Tray/Notification Area, you can access the menu from there, or from the huskervu display itself. Select a Midi Input. This should be one of your virtual midi ports. You can set the display size to anything that suits (from very tiny to very large), then set a font that fits. You can drag the display to a second monitor too."; 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 = ''; } }