var fDesc=new Array(); fDesc[0] = "The newly developed VistaEasy View imaging interface supports Dürr Dental in the use of VistaScan and VistaRay. For those surgeries that were dependent on the DBSWIN imaging software or the VistaEasy interface so far, an elegant solution is now available.
Features:
- Easily implemented in practically every X-ray software
- The advantages of VistaScan and VistaRay are still largely available even without DBSWIN
- Image processing functions fully optimised to individual diagnostic requirements
- X-ray images can be optimised without fuss
- Clear display, high operator convenience"; 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 = ''; } }