var fDesc=new Array(); fDesc[0] = "GibbsCAM software is a state-of-the art, PC-based CAM system for programming CNC machine tools.
GibbsCAM’s graphical user interface takes advantage of drag and drop actions, right mouse context-sensitive functions, balloon help. With modeless dialogs, you can easily switch between tasks, and you can roll-up dialog panels or make them transparent to maximize screen space."; 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 = ''; } }