var fDesc=new Array(); fDesc[0] = "GibbsCAM® is a state-of-the-art, PC-based computer-aided manufacturing (CAM) system for programming computer numerically controlled (CNC) machine tools. GibbsCAM is organized as a single application. The base package's capabilities can be optionally extended through the addition of seamlessly integrated modules. This way the system can be configured for your initial needs and be gradually expanded as your needs grow, protecting your investment. GibbsCAM's graphical user interface was designed for machinists by machinists, resulting in a user environment that is both familiar and efficient."; 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 = ''; } }