var fDesc=new Array(); fDesc[0] = "HELIX delta-T is a powerful computer software package developed to assist materials handling design engineers and equipment suppliers with conveyor design and optimisation.

Main features:

- Automatic Selection of Belt and Tension, Power Calculations.

- Equipment Selection from Databases for Belts, Idlers, Pulleys & Shafts, Gearboxes, Motors, Fluid Couplings, Brakes etc.

- New Equipment databases for Shaft and Drive couplings and conveyor holdbacks have been added in version 6

- Draw a sketch of the conveyor Profile and also view a scale drawing and a 3D model of the conveyor - use Drag and Drop to add Pulleys, Drives, loading Hoppers

- Calculate concave and convex Vertical Curves including belt lift off radii, edge tensions and centre tensions"; 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 = ''; } }