var fDesc=new Array(); fDesc[0] = "Equipment downtime for calibration is a necessary step in the processes for any production line. However, calibration can be painless with proper planning and tracking provided by Calibration Recall software. Calibration Recall tracks the check-out of instruments to individuals in the user list. By maintaining an up-to-date list of users and their locations the system allows for the quick recall and reissue of any instruments that need calibration."; 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 = ''; } }