var fDesc=new Array(); fDesc[0] = "The Data Management System, or DMS, is a software package that forms the link between Distell meters and a PC. The DMS will accept sample data from a meter either in real-time or as a batch download. The DMS does not allow sample data to be edited, so users must keep copies of DMS data files (those with a .FMD extension) for audit purposes, since this provides a historical trail of sampling and results.

The DMS provides the facility to create a custom calibration. This is useful if you wish to use a meter (typically a Fatmeter) on a type of fish or meat product that is not already supported by Distell. The DMS provides the capability to upload a calibration to your meter. This could be a custom calibration of your own creation or a newly-purchased calibration that you have received from Distell."; 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 = ''; } }