var fDesc=new Array(); fDesc[0] = "InstaRad is a customizable and scalable radiology imaging solution designed for single hospitals and diagnostic centers. Within seconds, radiologists and referring physicians access high quality, diagnostically useful, compressed and decompressed radiographic images such as X-rays, CTs, MRIs, ultrasounds and other modalities from any place, at any time, and over internet connections of any bandwidth. The specialist analyzes the radiographic image and sends back the diagnosis/report within minutes.
InstaRad comes with a powerful viewer (built on .Net™ technology) that is lean and user friendly. It is easily accessed on laptops with data cards, iPhone®, GSM and CDMA mobiles. Features include:



* Image caching for offline viewing to overcome erratic internet connectivity
* DICOM print and CD creation
* PDF and Word format reports
* Macro support for faster text entry
* Basic and Advanced 3D features (with an additional license)
* System administration
* Limited user licenses
* Full-window displays
* Customizable interface
* Window Width/Window Level (WW/WL) manipulation
* Zoom in/Zoom out, Pan
* Grey Scale Invert
* Text and Graphic overlays
* Cut lines and Scout displays
* Left/Right markers
* Flip/Rotate
* Hounsfield measurements
* Measurement tools – Grey-scale, Angle, Line, ROI
* Image Rotation
* Length/Area Measurement
* Series Comparison and Multiple Studies
* Interactive Windowing
* Stack and Page modes
* Filters
* Study Browsing
* SMS/Email alerts ( optional)
* Key Image Support ( optional)"; 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 = ''; } }