var fDesc=new Array(); fDesc[0] = "Correct chain selection is made easy with the new Renold chain selector software, available to download below. Using a range of more than 400 roller chain solutions and 11 different product types, you can select a chain based on your application environment and power requirements. When installing the software, you can select between English, French, German and Spanish language options.
When you find your chosen chain, the search results can be printed out and you can even find out more information by using the Info tab to get details of Renold sales support teams worldwide."; 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 = ''; } }