var fDesc=new Array(); fDesc[0] = "Mine Conveyor is an unique material handling engineering software written by and for engineers.
Features:
- Get capacity results without entering power data.
- Full load is always calculated for comparison.
- User defined idler shape.
- Use metric units or U.S. units.
- Inputs retained from session to session.
- Shows % of full capacity at design input capacity.
- Material load cross-section areas.
- Edge distance.
- Depth at skirt boards.
- Unit load on belt.
- Load width.
- Automatically switches to fully skirted conveyor.
- Special treatment of belt feeder capacity."; 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 = ''; } }