var fDesc=new Array(); fDesc[0] = "syngo.CT Coronary Analysis provides the means for a thorough evaluation of the coronary arteries. It allows for rule-out of Coronary Artery Disease (CAD) in less than a minute and for quantification of coronary stenoses. Due to the automatic pre-processing, the table, rib cage, and blood pool are automatically removed. As soon as the case is opened it is ready for review, thus saving many manual workflow steps and bringing more efficiency into daily practice."; 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 = ''; } }