var fDesc=new Array(); fDesc[0] = "Directly connects to a computer via the USB port. Designed with a freeze button to capture images and a joystick to control zoom. Self-sufficient, CCD technology, digital image processing. Four lamp white LED illumination to provide maximum realistic color reproduction. Built-in lens protector designed to prevent dust and scratches to optical components. Mini-head design allows for easy access to the third molar. Lightweight (only 92 grams), ergonomically designed handpiece. User-friendly software. Easy to use and integrate into patient management software. Digital images can be easily stored, retrieved and transmitted electronically."; 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 = ''; } }