var fDesc=new Array(); fDesc[0] = "aidScans is a tumor analysis software designed for object volume calculation based on tomography data.
This software estimates brain tumor volume, volume of the brain and would handle different types of tumors and objects which are visible at CT/MRI scans. The aim of the software is to provide full support to researchers who treat oncology diseases.
aidScans is able to render 3D-models of objects. Tumour and near-brain space do not have simple forms, thus calculation is performed by the application."; 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 = ''; } }