var fDesc=new Array(); fDesc[0] = "QMSys Tolerances & Gauges is an engineering program designed for engineers, quality managers, quality control planers, meteorologists, machinists, etc. and its purpose is to save time and to prevent personal errors in determining nominal and limit parameters of workpieces, gauges and reference standards. The program is especially useful in the design, manufacture and control of gauges and tools since it saves time and costs fir carrying out calculations and providing standards."; 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 = ''; } }