var fDesc=new Array(); fDesc[0] = "RemoDNC is a program that allows you to create and store dozens of separate CNC Profiles. You can switch instantly from one profile to another or even open them at the same time running multiple DNC processes concurrently. RemoDNC can also Drip-Feed with Stop, Pause, Resume, Restart from any line, instant Rewind and even Single Step through sections of the CNC program."; 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 = ''; } }