var fDesc=new Array(); fDesc[0] = "VisualCAM is a powerful Manufacturing Engineering CAM software package that addresses the wide-ranging needs of EDA professionals. For the PCB layout engineer VisualCAM offers a complete set of Design Verification features. If you are a Bare-Board PCB engineer there is a full range of Manufacturing Verification and Tooling features available. Finally VisualCAM rounds out its capabilities by offering Loaded-Board PCB engineers an array of Assembly Processing capabilities not typically found within competitive products."; 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 = ''; } }