var fDesc=new Array(); fDesc[0] = "The AXYZ PANELBuilder software includes both 2D and 3D functionality as well as nesting and automatic toolpath creation.

It has been designed to significantly reduce the time that programmers require to create the large quantities of standard panels they have to design on a day to day basis. Once a panel has been drawn it can be saved with parametric values for recall at any time, change sizes to the panel and then save to be nested using AXYZ nesting solutions.

Panels are saved together with their toolpaths in job specific folders and can be loaded into the nest scheduler and nested either on theor own or with other jobs that are using the same material. Material waste can be reduced further by allowing the nester to automatically add filler parts whenever sufficient material is left over. Part used sheets can be saved and re-used when appropriate."; 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 = ''; } }