var fDesc=new Array(); fDesc[0] = "Progeny Device Suite allows you to manage ClearVision devices and import data from them. ClearVision is a dental imaging sensor system with a USB 2.0 connection. It delivers high quality images that make diagnosis easier. This download also includes a TWAIN client and ClearVision sensor calibration files."; 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 = ''; } }