var fDesc=new Array(); fDesc[0] = "GerbTool is a robust suite of PCB CAM tooling and analysis software. From basic visual verification to Design Rules Checks (DRC) and Design For Manufacture (DFM) analysis, GerbTool provides all the functions you need to ensure the production of PCBs while reducing cycle times and time-to-market. You can use GerbTool to ensure the production of good-quality PCBs."; 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 = ''; } }