var fDesc=new Array(); fDesc[0] = "FireCAD SuperHeater design module is a windows based user friendly design software. Using this module, Engineers can design SuperHeater for Fired Boilers, for Waste Heat Boilers, for HRSGs and for other hot gas sources of Chemical plants.

Main features:

- Extensive Waste gas database is provided. Users can select any listed gas from database or add their custom gases to database.
- Bare tube, Fin tube and Gill tube SuperHeaters can be designed. A database of Industrial standard Fins and Gills has been provided so that users can directly select Fin or Gill of thier choice to use in design.
- AutoDesign feature gives optimum design of SuperHeaters. Users are alerted if any of the important design parameters exceed their limiting values.
- Users can save thier designs any where in the network.
- Create design reports with printing option.
- Online help with sample design calculations
- Tip of the day gives several design tips."; 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 = ''; } }