var fDesc=new Array(); fDesc[0] = "Timken Spherical Roller Bearing Catalog includes basic engineering data and part numbers for spherical roller bearings, spherical pillow blocks and metric accessories.

Spherical bearings are designed to manage high radial loads even when misalignment, poor lubrication, contamination, extreme speeds or critical application stresses are present.

Download 2D Drawings and 3D Models / Preview 2D and 3D representations of Timken Spherical Roller Bearings; then, download them to your computer, request that they be sent via e-mail, or insert them directly into your CAD system."; 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 = ''; } }