var fDesc=new Array(); fDesc[0] = "Project Dalton is a technology preview of a 1D flow analysis tool that allows designers and engineers to develop and analyze complex piping systems and distribution networks. It helps designers understand how these systems will perform when subjected to different operating parameters and routing options.

Dalton currently accepts the industry standard PCF file format as the method to import and describe the piping system, and input can be imported from a variety of design tools supporting this format."; 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 = ''; } }