var fDesc=new Array(); fDesc[0] = "DPC Manager is a program used to update the MFC 4100 and MFC 4150 HART communicators and MFT 4000 series calibrator/communicators to the latest firmware and DOF files for HART communication. The program estimates and displays the time required to update the connected handheld and uses tree view of HART devices to manage the handheld memory."; 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 = ''; } }