var fDesc=new Array(); fDesc[0] = "FactSage is a program that consists of a series of information, database, calculation, and manipulation modules that access various pure substances and solution databases.

The FactSage package runs on a PC operating under Microsoft Windows® and consists of a series of information, database, calculation, and manipulation modules that access various pure substances and solution databases.

FactSage has several hundred industrial, governmental and academic users in materials science, pyrometallurgy, hydrometallurgy, electrometallurgy, corrosion, glass technology, combustion, ceramics, geology, etc. It is used internationally in graduate and undergraduate teaching and research."; 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 = ''; } }