var fDesc=new Array(); fDesc[0] = "Finglow Pressure Vessel Software consists of a fully integrated suite of computer programs for use in the design and assessment of pressure vessels and shell and tube heat exchangers in accordance with various international design Codes and Standards, including PD 5500, ASME VIII Div.1, Stoomwezen, TEMA and Welding Research Council Bulletins 107 and 297.


The software is uniquely configured for each individual user. The company name entered at the installation stage must be exactly as it appears on the configuration document supplied."; 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 = ''; } }