var fDesc=new Array(); fDesc[0] = "kwikDNC is a DNC software application for transferring NC programs easily, quickly and efficiently between your PC and any type of CNC machine tool that supports the standard RS232 serial interface. The program allows you to configure up to 32 CNC machines for easy dnc transfer. You can send to and receive from your CNC memory, as well as drip-feed unlimited file sized surfacing and mold programs. Each CNC profile has a host of DNC specific settings allowing extremely flexible use on almost any CNC machine."; 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 = ''; } }