var fDesc=new Array(); fDesc[0] = "StaTech program is a tool for the dimensioning of a pipe system. LOGSTOR StaTech can be used for dimensioning buried district heating pipes, including the new double pipe system. However, the program also covers freely suspended industrial applications as well as LOGSTOR’s high temperature systems.
The calculations cover a temperature range between –60°C – 210°C.
The target group of the program includes users at all levels – from people with little experience in the dimensioning of pipe systems to experienced people in the trade. Users who are not experienced can find comprehensive assistance in the program, which will guide them through the calculations."; 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 = ''; } }