var fDesc=new Array(); fDesc[0] = "The AFC Manager is an easy-to-use Windows 98/NT/2000/XP based configuration, reporting, and monitoring tool provided with the AFC modules. Project configurations may be uploaded, downloaded and saved to the PC under user selectable file names.
Allows the user to monitor each meter run (flow rates, accumulator values and other calculation results). All alarm data is displayed on the screen.
Allows user to download and view the archives and events.
Allows the user to perform an Audit scan. This shows the process input variables and calculation results as "snapshots", allowing verification of the calculations."; 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 = ''; } }