var fDesc=new Array(); fDesc[0] = "AdvaNum NC Verification allows you to simulate and debug CNC programs written in standard Fanuc-compatible G-code before running them on a real machine tool. Simulation is performed by AdvaNum CNC Processor that is a kernel of the real CNC system, which provides you with a very close approximation of actual part machining process. You can inspect the resulted tool path, see realistic solid model of the machined workpiece and check CNC system status and variable values at any stage of the simulation process. AdvaNum NC Verification comes with a comprehensive CNC program editor, which offers you many standard and specialized editing features. Along with many text editing and search functions you can automatically add and remove block numbers, edit your programs in visual manner using Language Wizard and optimize program cutting conditions (feed rate/spindle speed ratio) with Cutting Wizard."; 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 = ''; } }