var fDesc=new Array(); fDesc[0] = "ScrewDriver 7 is a powerful Device Type Manager (DTM) for use with ABB AquaMaster and MagMaster flowmeters.

In addition to transmitter configuration, the program provides multi-parameter data logging and graphing, asset optimization through remote or local maintenance, historical functions and specialized functional tools – for example, flow profiling.

The program uses several different communications methods for transmitter access, for example, native protocol and RS232 for physical connections."; 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 = ''; } }