var fDesc=new Array(); fDesc[0] = "The Secolor Turning Calculator calculates recommendations for cutting speed, using he and Colding’s tool life equation. The cutting speed recommendations are only available for applicable combinations of materials and grades. The Calculator includes all turning grades and chip breakers, but has no inbuilt product database."; 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 = ''; } }