var fDesc=new Array(); fDesc[0] = "ToolExpert helps you find the appropriate cutting data for your application. The material database is very comprehensive and contains information about almost any application materials parameters. The program is easy to comprehend, easy to operate and can be used without the need for training."; 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 = ''; } }