var fDesc=new Array(); fDesc[0] = "MLTMod is a multi-purpose software package developed by Canada Tech to interface with the MLT300 modular gauges. This software is to be used with the sensors and memory module for downloading data, erasing data, programming and bench testing.
The program displays three groups of information, including job data present (if any) on the connected memory module, information about the connected tool chain if one is present, and gauge communication information."; 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 = ''; } }