var fDesc=new Array(); fDesc[0] = "Intergraph CAESAR II evaluates the structural responses and stresses of piping systems to international codes and standards. CAESAR II is the pipe stress analysis standard against which all others are measured.

CAESAR II makes it easy to input and display all the data needed to accurately define a piping system analysis model. Input can be accessed or modified on an element-by-element basis, or datasets can be selected to make global changes."; 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 = ''; } }