var fDesc=new Array(); fDesc[0] = "Manitowoc's Ground Bearing Pressure Estimator program is designed to assist lift planning personnel by providing an estimate of support requirement for a lattice boom crawler, truck or Ringer crane.

This program assumes that the lift has been fully engineered to verify attachment combinations, radius, angles, and that the capacities are within the working limitations for that specific model and lifting situation."; 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 = ''; } }