var fDesc=new Array(); fDesc[0] = "GUM Workbench is the professional tool for the evaluation of uncertainty in measurement with multiple result quantity and multiple budget tables.
The program supports the import of pictures and graphics and offers the possibility to generate simple plots based on the calculated results. Also can run a Monte Carlo simulation on the model."; 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 = ''; } }