var fDesc=new Array(); fDesc[0] = "Designed by conveyor engineers for conveyor engineers. This is not just software, but a real engineering tool.

Complete design evaluation of any bulk material handling belt conveyor. You can input any vertical and horizontal profile with up to 360 flights, 48 pulleys and 20 unique drive locations.

Use the older and well documented CEMA 5th Edition calculation methods, the newest universal CEMA 6th Edition power methods or the International ISO/DIN methodology."; 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 = ''; } }