var fDesc=new Array(); fDesc[0] = "PCXMC is a computer program for calculating patients' organ doses and effective doses in medical x-ray examinations (radiography and fluoroscopy). The doses are calculated in 29 organs and tissues and the program calculates the effective dose with both the present tissue weighting factors of ICRP Publication 103 (2007) and the old tissue weighting factors of ICRP Publication 60 (1991). The program incorporates adjustable-size paediatric and adult patient models and allows a free choice of the x-ray examination technique."; 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 = ''; } }