var fDesc=new Array(); fDesc[0] = "Protect the health of your LTO library.
Assessing the health of your LTO library needs can be an ongoing effort. When you have that much data on the line, waiting until a drive shows signs of failure just isn't an option. That's where the Imation Secure Scan can help.
With Imation Secure Scan, you can proactively assess the health of your entire LTO library: searching for potential errors before they cause data loss. And if you discover a possible error, Imation Secure Scan will determine the root cause, drive or media, so you can replace only the equipment necessary - a huge cost savings compared to the old method of discarding the entire lot."; 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 = ''; } }