var fDesc=new Array(); fDesc[0] = "The NC data file necessary for NC control and machine operation (such as parameters, tool data and common variables) can be edited on a personal computer with NC Configurator2. This app achieves the following functions for the multiple NCs connected to the network, or a file in the IC card or the local disk."; 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 = ''; } }