var fDesc=new Array(); fDesc[0] = "FieldCare is Endress Hauser's FDT based Plant Asset Management Tool that provides a range of functionality from device parametrization to engineered Condition Monitoring solutions. It can configure all intelligent field devices in your plant and supports you in managing them. By using status information, it also provides a simple but effective means of checking their health."; 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 = ''; } }