var fDesc=new Array(); fDesc[0] = "The Oscar 2™ system from SunTech Medical sets the standard in ambulatory blood pressure monitoring by giving clinicians practical interpretive analysis and reporting tools. AccuWin Pro is a user friendly, Windows® based program that allows maximum flexibility for configuration, analysis, interpretation and reporting of ABPM studies.

Features:

-Interpretive summary for quick review: an automated analysis of ABP levels for normality, white coat syndrome, and overnight dipper status according to AHA, ESH, or JNC 7 published guidelines1
-Time-Slice Periods: Provides statistical analysis for user defined time-windows.
-Single page and custom report options: a simple one page report includes an ABP graph, interpretive summary, asleep dip analysis and statistics with selected patient information (click to view a picture of the report)
-PDF report allows Electronic Medical Records (EHR/EMR) compatibility: create an un-editable, electronic report for storage in most EMR systems
-Built in email capability: email a patient study to other AccuWin Pro v3 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 = ''; } }