var fDesc=new Array(); fDesc[0] = "Resistance table is a tool for people who work with chemicals and want to know which material is resistant to a chemical. Resistance table is developed in close cooperation with Christian Berner AB (a Swedish company). With the easy, but powerful, search function you will find the sought chemical. Then all tested material for the selected chemical is shown.

With the filter possibilities in the program you can select you want, regarding material, values, concentrations and temperatures. The chemi-cals can be named in three languages English, Swedish and German."; 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 = ''; } }