var fDesc=new Array(); fDesc[0] = "DHH805 is a universal portable configuration tool that allows easy parametrization of ABB and third party HART instruments. Every HART field device may be configured, polled, and trimmed using the DHH805. The DHH805 provides a full view of device information in a 6 line easy to read display, allowing up to 100 hours of continuous use before recharging."; 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 = ''; } }