var fDesc=new Array(); fDesc[0] = "NI-VXI is the interface software for your National Instruments VXI controller. It provides the necessary driver to access devices on any VXI bus attached to your workstation. Using NI-VXI, you can control a VXI bus using National Instruments VXIpc embedded controllers, MXI-2 extender technology, VXI-USB controllers, VXI-8360 series controllers, or a combination of any of these controllers. Version 3.8 of this software supports Windows XP x86, Windows Vista x86, and Windows 7 x86 & x64. Refer to your hardware documentation for specific Operating System requirements."; 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 = ''; } }