var fDesc=new Array(); fDesc[0] = "UltraWEB enables your medical professionals to share images easily and transfer lossless quality over the Internet or network. There is no faster way to allow your organization to view images. UltraWEB is the RIGHT choice!


- Web-based report and image ing
- Easy-to-use administration tools
- Security and privacy features to facilitate hospital HIPAA compliance
- Automated workflow tools for increased productivity
- Scalable design for small-, medium- or enterprise-sized hospitals
- Integration with DICOM archives and HIS/RIS for ease of implementation
- Optimized Workflow
- Image Manipulation and Viewing Tools."; 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 = ''; } }