var fDesc=new Array(); fDesc[0] = "LPKF CircuitPro PM is a suite for all Circuit Board Plotters of the S- and D-Line. All LPKF circuit board plotters include powerful system software for converting layout data into actual printed circuit boards: it takes the data from the design software, edits it for production, breaks it down into individual process steps and guides the user, step-by-step, through the manufacturing process."; 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 = ''; } }