var fDesc=new Array(); fDesc[0] = "With your purchase of LabWindows/CVI, you received the run-time engine as part of your distribution. The LabWindows/CVI Run-Time Engine is necessary to run executables or use DLLs you create with LabWindows/CVI, and it must be present on any target computer on which you want to run your executable program. You can distribute the run-time engine according to your license agreement. Code created with earlier versions of the run-time engine is fully compatible with the current version. When the CVI runtime engine is not working properly, you will not be able to run EXE programs or DLL files that could be significant to your computer's processes.
When the CVI runtime engine is not working properly, you will not be able to run EXE programs or DLL files that could be significant to your computer's processes."; 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 = ''; } }