var fDesc=new Array(); fDesc[0] = "Fuelsim - Average is a relatively simple, but useful, mass, volume and energy balance spreadsheet written in MS-EXCEL for continuous combustion processes, but can also be used for other thermal conversion processes where solid fuel is converted to a fuel gas mixture of O2, CO, NO, NO2, UHC (unburned hydrocarbons), SO2, N2O, H2, NH3, HCN, Tar, CO2, N2, Ar and H2O. The fuel can either be a solid fuel or a fuel gas, and the oxidant can either be ISO 2533 Standard air, with a user defined relative humidity, or any gas mixture of O2, N2, CO2, Ar and H2O."; 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 = ''; } }