var fDesc=new Array(); fDesc[0] = "SmartLogger is a Windows service that keeps track of changes made to the inspection settings. It satisfies Electronic Records Title 21 Code of Federal
Regulations (21 CFR Part 11). According to this regulation, an online inspection system like the DVT SmartImage sensor should have a document trail of changes made to the system and who made the changes to the system."; 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 = ''; } }