var fDesc=new Array(); fDesc[0] = "There's a lot of powerful measurement capabilities built into the SDT270. Ultranalysis Suite (UAS) software is designed to help you manage the critical PdM data SDT270 gathers from your critical assets. UAS forms a synergistic partnership between your SDT270, your PC, and your PdM team.

UAS is an entirely new software designed specifically to:
Replace SDT's well known DataManager software
Enhance the operation of existing SDT170MD users"; 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 = ''; } }