var fDesc=new Array(); fDesc[0] = "DNC Software for Windows 7, Vista, Windows XP and others is a 32-bit multi-threaded communications & file management system allowing simultaneous upload and download to multiple CNC controls. It includes a CNC Editor, Backplotter and many other utilities and features. DNC Software is easily connected to CAD/CAM systems over industry standard networks and is available in a Client-Server configuration. Besides machine tool DNC communications, other shop floor data can be collected from shop terminals, tool pre-setters, bar code equipment or SPC systems."; 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 = ''; } }