var fDesc=new Array(); fDesc[0] = "Gas Man® is a unique computer tool for teaching, simulating and experimenting with anesthesia uptake and distribution. It combines an award-winning tutorial text with powerful, easy-to-use software. Each concept taught by Gas Man is fully documented and further explained in the tutorial. The Gas Man computer model graphically simulates the pharmacokinetics of anesthesia administration. It shows the time course of anesthesia uptake in each compartment of the body - lungs, heart, brain - as well as the breathing circuit and vaporizer. Anesthesia uptake and distribution is one of the most challenging subjects in anesthesiology to learn and to teach."; 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 = ''; } }