var fDesc=new Array(); fDesc[0] = "LEDMaster is an all-in-one solution to run LED light shows using Kling-Net devices. Your Kling-Net devices will be automatically recognized by the software, after which you can place them on the Canvas. It features support for MIDI controllers and Art-Net DMX consoles, easy MIDI, DMX and keyboard mapping with learn function and UI overlay, MIDI feedback support for a set of MIDI controllers, and more."; 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 = ''; } }