var fDesc=new Array(); fDesc[0] = "DeltaT provides fast and simple development of freezing profiles and graphical displays of run data from your controlled rate freezer. Optional qualification tools provide full statistical analysis of any KryoFile and performance grading to help with your GMP requirements.
Main Features:
- Optional run qualification and calibration tools
- Unlimited freezing profiles
- Graphical data in real-time or after the run
- Traceability records
- Customised printouts
- Optional data export to csv files
- Password protection"; 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 = ''; } }