var fDesc=new Array(); fDesc[0] = "Supports one-shot DNC transfer and drip feed machining of dies. Operator can call programs from CNC machine itself without leaving it. Ensures integrity of CNC programs – proven and trial programs are not mixed. Reduces part rejections caused by use of wrong program version. Connects to the COM (RS232) port of your CNC. NCnet Lite is the world's most widely used DNC software. More than 1,68,000 users! Genuinely 100% FREE, and does a lot. Feel free to copy and distribute it to your friends."; 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 = ''; } }