var fDesc=new Array(); fDesc[0] = "The RemoteView software changes the paradigm for Caries Monitoring. Working wirelessly with the CarieScan PRO, all data (Tooth number, Site information and measurement results) are captured and displayed in a number of available formats. Once captured, data is available for review and forms part of a monitoring record. Disease progression and regression can easily be monitored. All CarieScan PRO units are shipped with a Bluetooth dongle enabling any XP/Vista/Windows 7 PC to communicate with the PRO."; 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 = ''; } }