var fDesc=new Array(); fDesc[0] = "CAM350 is a highly customizable and scalable solution that can be targeted at both the engineering and PCB fabrication communities. CAM350 supports the Microsoft Windows and NT operating systems through either node locked or networked configurations. CAM350 eases the inspection, preparation, and manufacturing of PCB designs, increases speed and accuracy of all processes, and ensures optimal fabrication flow."; 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 = ''; } }