var fDesc=new Array(); fDesc[0] = "CAMvu can view, query, and plot any .PCB or .CAM file, but cannot edit, save, or export the data. CAMvu allows the designer, CAM engineer, and others to communicate more effectively during the manufacturing process. Use CAM350 to save a .PCB or .CAM file, then give your colleagues a single, intelligent design file with the CAMvu program."; 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 = ''; } }