var fDesc=new Array(); fDesc[0] = "TANK DESIGNER is a program that calculates the dimensions of your rectangular or cylindrical thermoplastic tank/apparatus/ventilation duct. The basic rectangular tank model offers reinforcement systems made of St37 or thermoplastic material. It precisely calculates the long-term stability even in highly complex temperature conditions using the Miner rule."; 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 = ''; } }