var fDesc=new Array(); fDesc[0] = "SpO2 Assistant is an efficient and easy-to-use app that helps you monitor, review and analyze SpO2 in real time, pulse rate and perfusion index.

Main Features:

- Automatic scanning device, the user can connect the pulse oximeter device according to their own actual conditions.
- Real time displaying the data uploaded from pulse oximeter, including waveform, trend, bar chart and parameter value.
- With alarm prompt for the parameter value from pulse oximeter."; 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 = ''; } }