var fDesc=new Array(); fDesc[0] = "The idea of the new CncSimulator is to provide the machining industry with a contemporary competent Fanuc-like CNC ISO simulator. It will simulate in full 3D with visible cutting tools for operations like drilling, slot milling and more. CNC Machine profiles will allow users to define machine data for their own systems for a realistic simulation. Sounds interesting? Stay tuned for news and updates."; 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 = ''; } }