var fDesc=new Array(); fDesc[0] = "KB-Vol3D is aimed at routine clinical radiology for visualising, manipulating, and analysing volume image information. Traditionally, a radiologist with images for diagnosis would look at the scanned images slice by slice and mentally reconstruct the information into a three-dimensional representation to judge on the health of the patient. This procedure requires the radiologist to have well-founded experience as well as a highly sophisticated understanding of human anatomy. To create a ‘complete’ mental image of the patient’s structures, the radiologist has to take all available slices into account. Looking at hundreds of slices is too time-consuming even for a single patient. 3D Visualisation can help overcome this problem by providing the user with a 3D representation of the patients anatomy reconstructed from the set of image slices. KB-Vol3D can be easily integrated into your DICOM viewing application or PACS solution. We also offer customised integration to suit your needs."; 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 = ''; } }