var fDesc=new Array(); fDesc[0] = "This is a freeware computer program, designed for professional use.
In this program the uncertainty in the calculated molar mass is given as the absolute maximum error of the result. The calculated uncertainty is always rounded up to one significant figure. It is rounded up because otherwise it may occur as underestimated. Then the molar mass is rounded to the same absolute accuracy as given in the rounded uncertainty."; 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 = ''; } }