var fDesc=new Array(); fDesc[0] = "The MSE ECMO simulator is a screen-based implementation of a high-fidelity, medical simulation system - 'The Modular Simulation Environment' (MSE). It is intended for teaching the principles of VV and VA ECMO to those working in the fields of Intensive Care, Anaesthesia or Perfusion and can be used to simulate both veno-venous (VV) and veno-arterial (VA) ECMO in adults.

The simulator can be installed on computers running under the 32 or 64 bit versions of the Microsoft 'Windows XP', 'Vista' or 'Windows 7' operating systems. It has been designed for use by single users or small groups in a 'tutorial' setting and is intended to run on a 'Full HD' television display or a computer which has a screen resolution of at least 1920 * 1080 pixels."; 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 = ''; } }