var fDesc=new Array(); fDesc[0] = "The Welch Allyn Service Tool is a software tool designed for biomeds to install software updates, upgrades, and add additional features including applications for all new Welch Allyn devices. This remote diagnostic tool streamlines the process of preemptive and routine maintenance - which helps simplify service and minimize the resources you need to keep devices on the floor and performing at their peak.
With this tool you can do lots of things like for example:
- install software updates
- locate systems on the floor
- troubleshoot devices"; 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 = ''; } }