var fDesc=new Array(); fDesc[0] = "TI - jPACS is a radio-logical Workstation with distinctive Teleradiology functions. The basis of the system is a software, that can receive digital medical pictures per DICOM or proprietary interfaces, processes and send it. The visualisation functions correspond to those of a classic Radiological–Workstation and are very performant. The speciality of TI - jPACS is his/its free-availability, platform-independence and additional expandable-ness over a PlugIn - mechanism. This can be existing applications that are integrated into the user-interface of the system or new modules, which have interfaces to all components of the basis-system."; 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 = ''; } }