var fDesc=new Array(); fDesc[0] = "PM100-PM200 Utility lets you configure the Optical Power and Energy Meter Series products from the developer. It lets you view the real-time graph of the power flowing to load. You can change the various parameters, record the power for a range of time, and perform other operations. It can be operated along with the NI Labview program."; 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 = ''; } }