var fDesc=new Array(); fDesc[0] = "ValveSight is a diagnostic solution for control valves that can be seamlessly integrated into a host control and/or plant asset management system. The power of ValveSight is the intelligent diagnostic engine which detects an emerging condition in the valve, actuator, positioner, and control signal that may indicate a performance, safety, or environmental problem. ValveSight advises which corrective actions to take to prevent a failure."; 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 = ''; } }