var fDesc=new Array(); fDesc[0] = "NI-VISA Runtime is a program needed as USB driver for nearly all Rigol devices and has to be installed before the installation of the Rigol apps and the first connection of the devices. Without this runtime the USB driver is not available and you can get an error message like "VISA32.dll not found"."; 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 = ''; } }