var fDesc=new Array(); fDesc[0] = "SUPCOLog is a self-contained precision instrument for recording pressure. The DLP can store up to 16,000 measurements for each recording. The recordings can be read using the supplied PC interface, the optional SUPCO Data Plotter or the recording can be retrieved on-the-spot using the optional SUPCO Datastor.

SUPCO (Sealed Unit Parts Co.,Inc.) is a leading manufacturer and master distributor of high-quality innovative products designed for the heating, ventilating, air conditioning, refrigeration and appliance parts industries."; 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 = ''; } }