var fDesc=new Array(); fDesc[0] = "The Helix Chute Design program is an engineering design tool which combines CAD Drawing and 3D Modeling with a powerful calculation engine to predict the motion of particles in a transfer chute. The program allows the user to quickly build a model of a bulk material transfer chute station and then to perform calculations incorporating the Discrete Element Method of predicting particle motion through the chute."; 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 = ''; } }