var fDesc=new Array(); fDesc[0] = "FieldCare SFE500 is a universal tool for configuring field devices that provide a range of functionality, from device parameterization to engineered Condition Monitoring solutions. The program operates all third-party gateways, actuators, remote I/O systems, and sensors supporting the FDT standard; ensures full functionality for all Endress Hauser and third-party devices with DTMs; scans, identifies, assigns DTMs, and adds devices to the network automatically; enables connection to the Endress Hauser life cycle management tool (LCM), and more."; 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 = ''; } }