var fDesc=new Array(); fDesc[0] = "The modern machine application is an essential precondition for the secure and economical implementation of more flexible design methods. imos directly transforms the planning and design data into machine readable formats. With imos CAM all necessary manufacturing documents and CNC programs are automatically derived from the 3D design data and material information.

All common machine manufacturers are supported in this system. The most modern technology is implemented in the CAM modules whether graphic programming of 5 axis machines or special functions for solid wood processing."; 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 = ''; } }