var fDesc=new Array(); fDesc[0] = "The CONF401 is powerful and user-friendly . It provides easy configuration and monitoring of field instruments plus the ability to analyze data and modify instrument performance. Turns your personal computer into a fast configuration platform for HART devices. Fully compatible with Microsoft Windows ‘95, ‘98, 2000 and XP; Microsoft NT, and UNIX.Provides full support for HART instruments. Device and trending data easily exported in standard formats (.csv and .txt).Seamless integration with SMAR’s HPC301 palm configuration tool."; 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 = ''; } }