var fDesc=new Array(); fDesc[0] = "XCal-View can be used to comprehensively analyse machine performance and monitor trends over time. This allows the user to diagnose any problems quickly and plan in machine maintenance. Its intuitive user interface makes it a simple but powerful tool for data analysis.

The software provides automatic reporting that conforms to many international machine performance checking standards, making compliance simple. Standards include ISO, ASME, VDI, JIS and GB/T and an additional Renishaw analysis to succinctly summarise the result."; 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 = ''; } }