var fDesc=new Array(); fDesc[0] = "Reitec.PMM is a tool for the management of test equipment within the quality assurance process (ISO 9001). It helps you manage all your measurement devices, gauges and instruments. It automatically generates a complete history, tracks the location of the gauges, and reminds you of upcoming calibration tasks.

Reitec.PMM is available in Free and Pro versions. Download link of Pro version is given here."; 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 = ''; } }