var fDesc=new Array(); fDesc[0] = "iQ-RIS is a flexible radiology information system, which can easily be customized to meet the requirements of any hospital or imaging center. Representing the next generation of radiology information systems, iQ-RIS offers superb tools for the optimization of the radiological workflow and allows an integration with almost any PACS. Since iQ-RIS is available as a modular system, it can be flexibly adapted to the individual needs of any radiology practice. Even the most basic version of iQ-RIS includes a number of valuable features to manage the radiological workflow in an optimal way."; 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 = ''; } }