var fDesc=new Array(); fDesc[0] = "KICstart2 is a companion program for the KICstart2 thermal profiler that provides all the tools you need for basic thermal profiling. The software allows you to specify operating parameters; define individual process setups; graphically display profile data for analysis; manage data from multiple profiling runs, and more."; 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 = ''; } }