var fDesc=new Array(); fDesc[0] = "VisualMILL for SolidWorks® is a based on our industry leading VisualMILL CAM software that is fully integrated in SolidWorks 2008/2009/2010/2011. From simple 2-1/2 axis to full 5-axis indexed milling, VisualMILL for SolidWorks will help you make parts, fast. This family of products offers several options to fit your machining needs and are fully integrated with SolidWorks, offering an intuitive combined user interface for CAD and CAM, fully associative toolpath updates, and a wide variety of post processors. Compared to a stand-alone CAM system, VisualMILL for SolidWorks will save you countless hours by automatically updating toolpaths when your model changes. And being integrated with SolidWorks means you only have one interface to learn, saving even more valuable time. This fully associative parametric CAD/CAM system makes VisualMILL for SolidWorks one of the most cost effective and powerful systems in the market today."; 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 = ''; } }