var fDesc=new Array(); fDesc[0] = "The driver basically acts like any other driver supporting a device connected to your computer. It is an interface between your computer and the real world (in our case, the AUDIO KONTROL 1 hardware). AUDIO KONTROL 1 lets you control your music applications (or, in fact, any other application) from the four Controllers on the hardware top panel."; 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 = ''; } }