var fDesc=new Array(); fDesc[0] = "Mastercam delivers CAD/CAM software tools for all types of programming, from the most basic to the extremely complex. 2-axis machining, multiaxis milling and turning, wire EDM, router applications, free-form artistic modeling and cutting, 3D design, drafting, surface and solid modeling – whatever your machining needs, there is a Mastercam product for your budget and application."; 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 = ''; } }