var fDesc=new Array(); fDesc[0] = "CTG Tutor is computer aided learning (CAL) program designed for obstetricians, midwives and students, and teaches the interpretation of the intrapartum CTG. The software includes a description of the basic CTG features, details of 10 clinical cases and interactive question and feedback on management options. It uses published guidelines and recommendations (FIGO, RCOG) and has been peer reviewed.
The program concentrates on common clinical scenarios and applies the principle that the intrapartum CTG is a screening tool, with a clear and well defined role which makes its interpretation straighforward."; 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 = ''; } }