var fDesc=new Array(); fDesc[0] = "It improves the diagnostic capabilities of the existing medical equipment and increases their capacity, creating additional working storage areas for doctors dealing with this equipment; it better facilitates instances of remote consulting regarding the medical information stored; and, makes it possible to compare the recent studies and medical advances with previous studies or with a study obtained from the other modality. Makhaon Workstation lets users store the obtained studies on laser media and provides a fast, easily-utilized search function. Makhaon Workstation makes it possible to create an integrated network of DICOM-devices available at the healthcare providers. Makhaon Workstation is accessible for image processing (MPR, DSA) purposes, as well as a capacity expansion module for 3D-image view and processing."; 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 = ''; } }