var fDesc=new Array(); fDesc[0] = "You can use the program for outputting CNC-files to controls like the SMC800/1500 or to simulate the mill process. You can't edit the CNC-code. The software will run only on windows based operating systems such as Win98, XP and 2000. For the simulation of the mill process you will need a good 3D-video card, because almost all of the calculations for the 3D-model are done by the graphic card."; 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 = ''; } }