var fDesc=new Array(); fDesc[0] = "The BIS Titration SimulatOR was developed as a creative learning exercise for anesthesia professionals to explore BIS-guided anesthesia titration during an animated simulation of surgery procedure. The simulator assumes that the user has basic knowledge regarding BIS monitoring.
For each patient, the user has the option of conducting the simulated anesthetic using either a volatile gas, TIVA, or TIVA-TCI technique. Regardless of technique, for a given scenario the user manages induction, intubation, ventilation, and fluids in addition to drug selection and titration. In conditions of inadequate anesthesia, analgesia, or muscle relaxant effect, surgical stimulation and pain thresholds determine patient somatic response and/or surgeon comments."; 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 = ''; } }