var fDesc=new Array(); fDesc[0] = "Thermo-Calc is a powerful software package used to perform thermodynamic and phase diagram calculations for multi-component systems of practical importance. Calculations are based on thermodynamic databases produced by expert evaluation of experimental data using the CALPHAD method. Databases are available for Steels, Ti-, Al-, Mg-, Ni-alloys, multi-component oxides and many other materials."; 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 = ''; } }