var fDesc=new Array(); fDesc[0] = "The Secolor® Selection Guide will help you find the inserts that Seco® recommend you to use in a specific turning application. Secolor® Selection Guide presents a list of all applicable inserts and arranges them primarily by specialised grades and then by grade hardness. New features:

Updated user interface
Image of selected insert
Separate input and output of the Secolor® matrix to increase clarity
Ability to sort search results
Inserts are grouped by colours rather than sections, green for first choice (solid circle) and yellow for second choice (lined circle)
Based on Microsoft.Net for increased international support and updates"; 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 = ''; } }