var fDesc=new Array(); fDesc[0] = "The Valleylab™ Exchange system allows the clinical engineer to use a standard Internet connection to update the software for the ForceTriad™ energy platform.
Valleylab™ Exchange Service Agent.exe is a self-extracting archive/installer containing the Valleylab™ Exchange Service Agent software. This program will only work on compatible Windows operating systems (it is not for use on Macintosh computers)."; 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 = ''; } }